From: Mikael Nordfeldth Date: Sun, 25 Jan 2015 01:42:02 +0000 (+0100) Subject: Display attached inline images on its own row X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f49c7bd76b39a88d23e78ccd2a5582d6ffdcbd04;p=quix0rs-gnu-social.git Display attached inline images on its own row --- 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;