From 4eab52ee75c83c5e14fd171499e5a8c48c442e12 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 26 Feb 2015 00:12:34 +0100 Subject: [PATCH] Attachment list items have more sane margins around them --- theme/base/css/display.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 527a9a626f..ed6a57e000 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -793,7 +793,7 @@ position:static; .notice.h-entry .attachments { clear: both; position: relative; - top: 1em; + margin-bottom: 1em; } .notice.h-entry .attachments .inline-attachment * { @@ -1456,6 +1456,11 @@ margin-left:0; margin-left: 56px; } +.notice > footer > h3 { + margin-bottom: 0; + margin-top: 1em; +} + .threaded-replies .notice > footer, .section .notice > footer { margin-left:33px; }