From c8f8df7eab514b417ed2dee02ac064f189deaae6 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 9 Sep 2010 01:19:49 +0200 Subject: Style: Inline images can apparently not have negative margin. --- local.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 3b19832..ab29c1e 100644 --- a/local.css +++ b/local.css @@ -109,6 +109,10 @@ DIV.inlineposttext { clear: both; } +DIV.inlinepage IMG { + margin: 0 25px 25px 0; +} + DIV.inlinefooter { display: none; } -- cgit v1.2.3