From: Mikael Nordfeldth Date: Wed, 16 Mar 2016 19:37:57 +0000 (+0100) Subject: only direct .inline-attachment children X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf7c035f9992b2e7f1df5ca1676d51f70acb0f8d;p=quix0rs-gnu-social.git only direct .inline-attachment children --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8f059faadb..03c1544b4d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -811,7 +811,7 @@ position:static; margin-bottom: 1em; } -.notice.h-entry .attachments .inline-attachment * { +.notice.h-entry .attachments .inline-attachment > * { height: auto; max-width: 100%; }