From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 23:12:34 +0000 (+0100) Subject: Attachment list items have more sane margins around them X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4eab52ee75c83c5e14fd171499e5a8c48c442e12;p=quix0rs-gnu-social.git Attachment list items have more sane margins around them --- 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; }