diff options
Diffstat (limited to 'hyperkitty/static/css/style.css')
-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 */ |