summaryrefslogtreecommitdiffstats
path: root/hyperkitty
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-12 17:50:33 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-12 17:50:33 +0200
commit6c60d43903503d01173098c456211e79a318221e (patch)
tree3492fdefed76b5aa43fa34fac1405886e24cb43b /hyperkitty
parent044d5fe38b0b893fea3639b8956ca4a2453fe52e (diff)
downloadhyperkitty-6c60d43903503d01173098c456211e79a318221e.tar.gz
hyperkitty-6c60d43903503d01173098c456211e79a318221e.tar.xz
hyperkitty-6c60d43903503d01173098c456211e79a318221e.zip
Minor styling improvement
Diffstat (limited to 'hyperkitty')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-overview.css2
-rw-r--r--hyperkitty/templates/overview.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
index 07b5f3e..a54c281 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
@@ -132,7 +132,7 @@
margin-top: 0;
}
#discussion-by-category .thread {
- margin: 0 0 0 2em;
+ margin: 0 0 0 0.5em;
}
#discussion-by-category .thread-stats {
margin-left: 0;
diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html
index 9fc3336..8d521a6 100644
--- a/hyperkitty/templates/overview.html
+++ b/hyperkitty/templates/overview.html
@@ -91,9 +91,11 @@
style="background-color:{{category.color}}"
>{{ category.name|upper }}
</h4>
+ <ul>
{% for thread in threads %}
- {% include "threads/summary_thread.html" %}
+ <li>{% include "threads/summary_thread.html" %}</li>
{% endfor %}
+ </ul>
{% empty %}
<p>No category has been set this month (yet).</p>
{% endfor %}