From 70c2df2a983ab6cd8ae808132d9c1bb8556086cd Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 10 Oct 2012 11:48:16 +0200 Subject: Improve styling --- hyperkitty/static/css/stats.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'hyperkitty/static/css/stats.css') diff --git a/hyperkitty/static/css/stats.css b/hyperkitty/static/css/stats.css index ec1bf4d..77bb4a6 100644 --- a/hyperkitty/static/css/stats.css +++ b/hyperkitty/static/css/stats.css @@ -2,26 +2,22 @@ h2 { margin-top: 0px; padding-top: 10px; } +.likestatus { + padding-left: 20px; + margin-right: 4em; + font-weight: bold; +} /* Add icons to some text */ .neutral { background: url("../img/neutral.png") no-repeat scroll left; - padding-left: 20px; - padding-right: 20px; - font-weight: bold; } .like { background: url("../img/like.png") no-repeat scroll left; - padding-left: 20px; - padding-right: 20px; - font-weight: bold; } .likealot { background: url("../img/likealot.png") no-repeat scroll left; - padding-left: 20px; - padding-right: 20px; - font-weight: bold; } /* The content section of the page */ -- cgit