From 040820eafc4261635003fdd700f9572b62ed165e Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Thu, 24 Jan 2008 00:02:28 +0000 Subject: [PATCH] increase the left margin for mw_contentwrapper to -15em. appears to have no effect on the layout but fixed the sidebar in IE6 --- skins/modern/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/modern/main.css b/skins/modern/main.css index 58c7e1fac9..e8826bc5c8 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -90,7 +90,7 @@ body { #mw_contentwrapper { width: 100%; - margin: 0 0 0 -14.1em; + margin: 0 0 0 -15em; float: right; } -- 2.20.1