From: Mikael Nordfeldth Date: Sun, 21 Aug 2016 07:36:22 +0000 (+0200) Subject: articles accidentally got aligned to center X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bc00306990d654220a10796a54d1201fa70adec;p=quix0rs-gnu-social.git articles accidentally got aligned to center --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 14200ac60a..837577f4a0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -826,6 +826,10 @@ position:static; position: relative; } +.notice.h-entry .attachments .inline-attachment > article { + text-align: left; +} + .notice.h-entry .attachments .inline-attachment > * { height: auto; max-width: 100%;