From 4c20b9fc300cb9de7db76aa46eb409db4c562ff5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 25 Feb 2015 09:30:25 +0100 Subject: dont float too many images left --- css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 291df1d4f..48d1c298d 100644 --- a/css/content.css +++ b/css/content.css @@ -430,7 +430,7 @@ } #app-content .body > div > img:first-child, - #app-content .body > div :first-child > img:first-child { + #app-content .body > div > :first-child > img:first-child { padding: 0 14px 0 0; float: left; } -- cgit v1.2.3