summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-27 10:23:01 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-27 10:23:01 -0400
commit96a44ed8e8cf7c5610a07de4e450eea7ad1f8949 (patch)
treedaf91c6c8dedc9929cf58dd4286cd18c7e7ecb6a /css
parentf80555a94cc1d2fb21233b538ef8a4dd140486ea (diff)
update counters with js when update feeds
Diffstat (limited to 'css')
-rw-r--r--css/news.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 61cb8c001..81141252a 100644
--- a/css/news.css
+++ b/css/news.css
@@ -17,7 +17,7 @@
#addfeed { background: url('%appswebroot%/apps/news/img/rss.svg') no-repeat left center; padding-left: 20px !important; }
#unreaditemcounter.nonzero { position: relative; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin: 0 0.3em 0 0.3em;}
-#unreaditemcounter.zero { position: relative; margin: 0 0.3em 0 0.3em;}
+#unreaditemcounter.zero { position: relative; margin: 0 0.3em 0 0;}
ul.controls li { float: left; }