diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 21:53:15 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 21:53:15 -0400 |
| commit | 87989fee4680c0544e95cea00153b35609c51a92 (patch) | |
| tree | b171c303b8ae220a05e8139de9e47294ca3135ff /templates/thread.html | |
| parent | a1e86f574190eb41fdca6c573af2941a979eadf5 (diff) | |
threads page indentation
Diffstat (limited to 'templates/thread.html')
| -rw-r--r-- | templates/thread.html | 2 |
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 --> |
