summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/recent_activities.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-13 19:07:00 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-13 19:22:02 +0100
commitbda9d815d07a68bfaa747cce2c435e4b4c2c2b94 (patch)
treefff71596a0c9fe0766168dd195a51f73a74fb3fe /hyperkitty/templates/recent_activities.html
parent0de68afc823627fa20bfad7cc7c04d24a2017865 (diff)
downloadhyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.gz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.xz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.zip
Minor CSS refactoring
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
-rw-r--r--hyperkitty/templates/recent_activities.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index 0daa6e3..ad75253 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -33,7 +33,7 @@
<div class="row-fluid">
<div class="span6">
- <section id="most_active">
+ <section id="most-active">
<h2>Recently active discussions</h2>
{% for thread in most_active_threads %}
{% include "threads/summary_thread.html" with counter=forloop.counter %}
@@ -42,7 +42,7 @@
</div>
<div class="span6">
- <section id="top_discussion">
+ <section id="top-discussion">
<h2>Top discussions the last 30 days</h2>
{% for thread in top_threads %}
{% include "threads/summary_thread.html" with counter=forloop.counter %}
@@ -86,7 +86,7 @@
<div class="span6">
{% if threads_per_category %}
- <section id="discussion_by_topic">
+ <section id="discussion-by-topic">
<h2>Discussion by topic the last 30 days</h2>
{% for category, thread in threads_per_category.items %}
<div>