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; }