From da5164c8982cef5d8e0ee799c7cb94cd974bf802 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 11 Jun 2018 14:38:29 -0400 Subject: [PATCH] Remove margin-top from
in flat message view. This is no longer needed with the previous change how whitespace and newlines are displayed in messages. --- django/archives/mailarchives/templates/message_flat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/message_flat.html b/django/archives/mailarchives/templates/message_flat.html index 0eeb4d7..2290f04 100644 --- a/django/archives/mailarchives/templates/message_flat.html +++ b/django/archives/mailarchives/templates/message_flat.html @@ -20,7 +20,7 @@ window.onload = load; {% include '_message.html' with msg=m show_all=True %} {% if not forloop.last %} -
+
{% endif %} {%endfor%} {%endblock%} -- 2.39.5