diff options
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-overview.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css index 7898764..e96f7a2 100644 --- a/hyperkitty/static/css/hyperkitty-overview.css +++ b/hyperkitty/static/css/hyperkitty-overview.css @@ -7,6 +7,13 @@ text-align: center; } +#recent_activities h3 { + font-size: 20px; + line-height: 28px; + margin-bottom: 0.5em; + text-align: center; +} + #graph h2 { text-align: center; } @@ -37,10 +44,7 @@ } -#top-discussion, -#discussion-by-topic, -#most-active, -#discussion-maker { +#recent_activities .widget { padding: 1em; padding-bottom: 0; border: 1px solid #ddd; |