From 51e96e580fbf4ab3d5912801e9364b9cde58cef0 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 23 Jun 2014 14:52:04 +0200 Subject: [PATCH] Attachments were not separated from e-content --- theme/base/css/display.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;