summaryrefslogtreecommitdiffstats
path: root/templates/thread.html
diff options
context:
space:
mode:
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 -->