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/messages/message.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'hyperkitty/templates/messages') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index 6ff6c15..415bc58 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -12,19 +12,18 @@ {% endifchanged %} {{email.date|date:"H:i:s e"}} -
- {% gravatar_img_for_email email.email 40 %} +
+ {% gravatar_img_for_email email.email 40 %} +
- {{email.sender_name}} + {{email.sender_name}} + {% if use_mockups %}
- {% if use_mockups %} Rank 8 - {% else %} -   - {% endif %} + {% endif %}
-- cgit