summaryrefslogtreecommitdiffstats
path: root/templates/thread.html
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 21:53:15 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 21:53:15 -0400
commit87989fee4680c0544e95cea00153b35609c51a92 (patch)
treeb171c303b8ae220a05e8139de9e47294ca3135ff /templates/thread.html
parenta1e86f574190eb41fdca6c573af2941a979eadf5 (diff)
threads page indentation
Diffstat (limited to 'templates/thread.html')
-rw-r--r--templates/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread.html b/templates/thread.html
index 3031c96..253f796 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -18,7 +18,7 @@
<!-- End first email -->
{% for email in threads %}
- <div class="even">
+ <div class="{% cycle 'even' 'odd' %}">
<!-- Start email -->
{% include 'messages/message.html' %}
<!-- End of email -->