diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-05 00:57:21 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-05 00:57:21 +0200 |
commit | f461594e7eb6a5d423b99dcd0370e137b5f6af25 (patch) | |
tree | 992d1649a6b454e2f0374cb9871cb0c0a668f0d2 /pyaggr3g470r/static/css/customized-bootstrap.css | |
parent | 'Jumbotron' replaced by 'well' bootstrap component in all templates. (diff) | |
download | newspipe-f461594e7eb6a5d423b99dcd0370e137b5f6af25.tar.gz newspipe-f461594e7eb6a5d423b99dcd0370e137b5f6af25.tar.bz2 newspipe-f461594e7eb6a5d423b99dcd0370e137b5f6af25.zip |
Minor improvements to the CSS of the side nav.
Diffstat (limited to 'pyaggr3g470r/static/css/customized-bootstrap.css')
-rw-r--r-- | pyaggr3g470r/static/css/customized-bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyaggr3g470r/static/css/customized-bootstrap.css b/pyaggr3g470r/static/css/customized-bootstrap.css index 9b3c4bec..0622b13e 100644 --- a/pyaggr3g470r/static/css/customized-bootstrap.css +++ b/pyaggr3g470r/static/css/customized-bootstrap.css @@ -52,3 +52,7 @@ ul.affix-bottom { a { color: #3572B0; } + +.badge { + background-color: #3572B0; +} |