From 11c032e565cf54ac868f0c8c83ba02f2e6767440 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 9 Sep 2010 13:10:16 +0200 Subject: Style: Images now follow content left margin. --- local.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/local.css b/local.css index cd8cc68..f9a5427 100644 --- a/local.css +++ b/local.css @@ -95,7 +95,7 @@ DIV#content IMG { display: block; clear: both; float: left; - margin: 0 25px 25px -250px; + margin: 0 25px 25px 0px; } DIV.inlinepage { @@ -109,10 +109,6 @@ DIV.inlineposttext { clear: both; } -DIV#content DIV.inlinepage IMG { - margin: 0 25px 25px 0; -} - DIV.inlinefooter { display: none; } -- cgit v1.2.3