From f49c7bd76b39a88d23e78ccd2a5582d6ffdcbd04 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 25 Jan 2015 02:42:02 +0100 Subject: [PATCH] Display attached inline images on its own row --- theme/base/css/display.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d2331eceba..afa4203da7 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -798,6 +798,9 @@ position:static; line-height: 16px; height: 16px; } +.notice.h-entry .attachments .inline-attachment > img { + display: block; +} #attachments { clear:both;