From 96a44ed8e8cf7c5610a07de4e450eea7ad1f8949 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Fri, 27 Jul 2012 10:23:01 -0400 Subject: update counters with js when update feeds --- css/news.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') 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; } -- cgit v1.2.3