From 6bc00306990d654220a10796a54d1201fa70adec Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 21 Aug 2016 09:36:22 +0200 Subject: [PATCH] articles accidentally got aligned to center --- theme/base/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) 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%;