summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-30 19:37:32 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-10-30 19:37:32 +0100
commit6273efb0f90255dea2c8db3e94de466f8022335a (patch)
treeef1d3a33cb3dcb4a244fb526524cccf4f2a547f5 /hyperkitty/templates/message.html
parent04d00335f7a9ef541c7a68fc7eeb161a7163045b (diff)
downloadhyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.tar.gz
hyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.tar.xz
hyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.zip
Do some CSS refactoring
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 6c26c4f..5ae2fb1 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -3,18 +3,14 @@
{% load hk_generic %}
{% load storm %}
-{% block additional_stylesheets %}
-<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" />
-{% endblock %}
-
{% block content %}
-<header>
+<div class="message-header">
<a class="thread-back"
href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}">
</a>
<h1>{{ message.subject }}</h1>
-</header>
+</div>
<section id="thread_content">
{% include 'messages/first_email.html' with first_mail=message %}