From 1e4b01d67d8fc10422eb36398ccd5feccaace05f Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 1 May 2013 16:20:55 +0200 Subject: [PATCH] set a border to stars, probably need to use an image instead of a font --- src/main/webapp/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index 3cceceb0..853f76c9 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -224,6 +224,7 @@ #feed-accordion .icon-star-yellow { color: gold; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } #feed-accordion .icon-star-empty {