From: Mikael Nordfeldth Date: Mon, 23 Jun 2014 12:52:04 +0000 (+0200) Subject: Attachments were not separated from e-content X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51e96e580fbf4ab3d5912801e9364b9cde58cef0;p=quix0rs-gnu-social.git Attachments were not separated from e-content --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 0110429c17..d837a67c8e 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -805,6 +805,12 @@ z-index:99; position:static; } +.notice.h-entry .attachments { + clear: both; + position: relative; + top: 1em; +} + #attachments { clear:both; float:left;