diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 07:51:47 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 07:51:47 -0400 |
| commit | 5b9d3fe4350f5a026245912c1392eac77aaa901a (patch) | |
| tree | c832caa2fd11a9320478137531a2ad07d40082a8 /templates/thread.html | |
| parent | 67d5552db4e48582587b0a09ce5659422d2e2d25 (diff) | |
| download | hyperkitty-5b9d3fe4350f5a026245912c1392eac77aaa901a.tar.gz hyperkitty-5b9d3fe4350f5a026245912c1392eac77aaa901a.tar.xz hyperkitty-5b9d3fe4350f5a026245912c1392eac77aaa901a.zip | |
Small CSS Fixes
Diffstat (limited to 'templates/thread.html')
| -rw-r--r-- | templates/thread.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/thread.html b/templates/thread.html index 31ab4ef..3031c96 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -8,8 +8,6 @@ {% block content %} -<div class="content"> - {% include 'threads/right_col.html' %} <!-- main section, the email thread --> @@ -20,11 +18,11 @@ <!-- End first email --> {% for email in threads %} - <!-- Start email --> <div class="even"> + <!-- Start email --> {% include 'messages/message.html' %} + <!-- End of email --> </div> - <!-- End of email --> {% empty %} Sorry no emails could be found for your search. @@ -32,7 +30,6 @@ </section> -</div> <!-- end of content --> {% endblock %} |
