summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:20:54 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:20:54 +0200
commita00b581e264275a2db01674d2238eedebc307d37 (patch)
treed0847c105525b1fff085d46c5422facfaaeca170
parenteaa9f7b14417f1b024428e873e4f0c201f9c8a15 (diff)
fixed rendering issue on star
-rw-r--r--css/news.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 05a164986..47ecfdd81 100644
--- a/css/news.css
+++ b/css/news.css
@@ -569,7 +569,7 @@ div.feed_controls {
.feed_item .primary_item_utils li.star {
background-image: url('%appswebroot%/news/img/inactive_star.svg');
background-repeat: no-repeat;
- background-size: 100%;
+ background-size: 1.5em 1.5em;
width: 1.5em;
height: 1.5em;
cursor: pointer;