diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 17:43:57 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 18:16:53 +0100 |
commit | fc8ea440b6958c77bdbbcc5f08120549377c90c0 (patch) | |
tree | 53a49f5e85704b3e2ef0f03486ab2f78ba5672ac /hyperkitty/static | |
parent | 71b5089b6d9b6cf45d5d14ee08c96ac4273323ce (diff) | |
download | hyperkitty-fc8ea440b6958c77bdbbcc5f08120549377c90c0.tar.gz hyperkitty-fc8ea440b6958c77bdbbcc5f08120549377c90c0.tar.xz hyperkitty-fc8ea440b6958c77bdbbcc5f08120549377c90c0.zip |
Smaller titles on the summary page
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/style.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 0be1cd9..b124833 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -206,6 +206,16 @@ form.likeform { float: right; } +#recent_activities h2 { + font-size: 22px; + line-height: 32px; + margin-bottom: 0.5em; +} + +#graph h2 { + text-align: center; +} + #archives { width: 9%; float: left; @@ -234,10 +244,6 @@ form.likeform { font-weight: bold; } -#graph h2 { - text-align: center; -} - /* Month view header */ |