diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-10 11:48:16 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-10 11:48:16 +0200 |
| commit | 7558ef3a1e4f2625075d8a34b25224f7e595c939 (patch) | |
| tree | a4da38c984cc4fc778fc19613eafd078d6ffbe04 /hyperkitty/static/css/stats.css | |
| parent | c0ee7065e3ab7993cce6f80d57bc17ace4ee2973 (diff) | |
| download | hyperkitty-7558ef3a1e4f2625075d8a34b25224f7e595c939.tar.gz hyperkitty-7558ef3a1e4f2625075d8a34b25224f7e595c939.tar.xz hyperkitty-7558ef3a1e4f2625075d8a34b25224f7e595c939.zip | |
Improve styling
Diffstat (limited to 'hyperkitty/static/css/stats.css')
| -rw-r--r-- | hyperkitty/static/css/stats.css | 14 |
1 files changed, 5 insertions, 9 deletions
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 */ |
