diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-06 09:16:14 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-06 09:16:14 +0200 |
commit | 1d96c27fc1db174bb5f4fd52b0e15b3481656969 (patch) | |
tree | d2c12bfb8acb772901d86ee895288b3187f0a51b /pyaggr3g470r/static/css/customized-bootstrap.css | |
parent | Minor improvements to the CSS of the side nav. (diff) | |
download | newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.tar.gz newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.tar.bz2 newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.zip |
Minor changes to the CSS.
Diffstat (limited to 'pyaggr3g470r/static/css/customized-bootstrap.css')
-rw-r--r-- | pyaggr3g470r/static/css/customized-bootstrap.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pyaggr3g470r/static/css/customized-bootstrap.css b/pyaggr3g470r/static/css/customized-bootstrap.css index 0622b13e..58a9d182 100644 --- a/pyaggr3g470r/static/css/customized-bootstrap.css +++ b/pyaggr3g470r/static/css/customized-bootstrap.css @@ -7,16 +7,6 @@ div.top { display: block; height: 0; } -/*ul.affix { - position: fixed; - top: 0px; -} -ul.affix-top { - position: static; -} -ul.affix-bottom { - position: absolute; -}*/ .navbar-custom { background-color: #205081; @@ -52,7 +42,3 @@ ul.affix-bottom { a { color: #3572B0; } - -.badge { - background-color: #3572B0; -} |