diff options
Diffstat (limited to 'hyperkitty')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-overview.css | 8 | ||||
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css index e96f7a2..1fef97c 100644 --- a/hyperkitty/static/css/hyperkitty-overview.css +++ b/hyperkitty/static/css/hyperkitty-overview.css @@ -1,13 +1,13 @@ /* Summary page */ -#recent_activities h2 { +#recent-activities h2 { font-size: 22px; line-height: 32px; margin-bottom: 0.5em; text-align: center; } -#recent_activities h3 { +#recent-activities h3 { font-size: 20px; line-height: 28px; margin-bottom: 0.5em; @@ -39,12 +39,12 @@ } -#recent_activities p.thread-new { +#recent-activities p.thread-new { text-align: center; } -#recent_activities .widget { +#recent-activities .widget { padding: 1em; padding-bottom: 0; border: 1px solid #ddd; diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index fb22d92..0ba7510 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -17,7 +17,7 @@ {% include 'threads/month_list.html' %} - <section id="recent_activities" class="span10"> + <section id="recent-activities" class="span10"> <section id="graph"> <h2>Activities on the list over the last 30 days</h2> |