From: Jonathan S. Katz Date: Mon, 11 Jun 2018 18:38:29 +0000 (-0400) Subject: Remove margin-top from
in flat message view. X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=da5164c8982cef5d8e0ee799c7cb94cd974bf802;p=pgarchives.git 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. --- 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%}