From f3f619cc41f7e77e91f0c1b93cbec93425cb53e7 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 22 Mar 2016 00:03:22 +0100 Subject: [PATCH] entry attachment css --- theme/base/css/display.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 19ff81407d..03cb4644ee 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -810,11 +810,14 @@ position:static; } .notice.h-entry .attachments { - clear: both; position: relative; margin-bottom: 1em; } +.notice.h-entry .attachments > * { + clear: both; +} + .notice.h-entry .attachments .inline-attachment > * { height: auto; max-width: 100%;