From 6273efb0f90255dea2c8db3e94de466f8022335a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 30 Oct 2012 19:37:32 +0100 Subject: Do some CSS refactoring --- hyperkitty/templates/thread.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index be2d875..c55d445 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -4,13 +4,9 @@ {% load hk_generic %} {% load storm %} -{% block additional_stylesheets %} - -{% endblock %} - {% block content %} -
+
{% for thread in neighbors %} {% if thread %} {{ subject }} -
+ {% include 'threads/right_col.html' %} -- cgit