summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-03 13:12:23 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-03 13:12:23 -0400
commitbe869cf0f96488e22026e930472635bca18dd38b (patch)
tree4cc33113c9fa3e19f6a480da12ef5fcc211799de /css
parentfbcac103cf685326f5a873760998672c7f93f039 (diff)
fixes path in css
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 f42802d1b..706bb5ecb 100644
--- a/css/news.css
+++ b/css/news.css
@@ -13,7 +13,7 @@
#dropdownBtn { width: 9em; padding-left: 0; padding-right:20px; background: url('%webroot%/core/img/actions/triangle-s.svg') no-repeat right center; }
#addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px !important; }
-#addfeed { background: url('%appswebroot%/apps/news/img/rss.svg') no-repeat left center; padding-left: 20px !important; }
+#addfeed { background: url('%appswebroot%/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; }