diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-23 18:08:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-23 18:08:44 +0200 |
commit | 8f008278e0eb4f0c523ba301e13d4b03113927dc (patch) | |
tree | 6f434968267283d5f4ce2f730b2e2982c82787b5 /pyaggr3g470r/templates/layout.html | |
parent | Reduce space between items of lists. (diff) | |
download | newspipe-8f008278e0eb4f0c523ba301e13d4b03113927dc.tar.gz newspipe-8f008278e0eb4f0c523ba301e13d4b03113927dc.tar.bz2 newspipe-8f008278e0eb4f0c523ba301e13d4b03113927dc.zip |
Feeds with unread articles are displayed before.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 31e8df72..41c1e503 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -18,9 +18,6 @@ deployed on Heroku or on a traditional server." /> <!-- Add custom CSS here --> <style> body {margin-top: 60px;} - li.navbarfeed { - margin: -10px; - } </style> </head> |