From 5b9d3fe4350f5a026245912c1392eac77aaa901a Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 1 Jul 2012 07:51:47 -0400 Subject: Small CSS Fixes --- templates/thread.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'templates/thread.html') 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 %} -
- {% include 'threads/right_col.html' %} @@ -20,11 +18,11 @@ {% for email in threads %} -
+ {% include 'messages/message.html' %} +
- {% empty %} Sorry no emails could be found for your search. @@ -32,7 +30,6 @@ -
{% endblock %} -- cgit