From: Jonathan S. Katz Date: Mon, 11 Jun 2018 20:47:50 +0000 (-0400) Subject: Relax the linespacing on messages in archives. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/config.php?a=commitdiff_plain;h=867bbb0ab6bc27108e669f8fb6027b0f32b8d516;p=pgarchives.git Relax the linespacing on messages in archives. --- diff --git a/django/media/css/main.css b/django/media/css/main.css index 6ef1d73..6fc3546 100644 --- a/django/media/css/main.css +++ b/django/media/css/main.css @@ -769,13 +769,13 @@ h3.messages { display: inline-block; font-family: monospace, monospace; font-size: 0.7em; - line-height: 1em; + line-height: 1.2em; margin: 0 auto; white-space: pre-wrap; } .message-content p { - margin-bottom: -0.7em; + margin-bottom: -1.2em; } .message-responses {