From: River Tarnell Date: Thu, 24 Jan 2008 00:02:28 +0000 (+0000) Subject: increase the left margin for mw_contentwrapper to -15em. appears to have no effect... X-Git-Tag: 1.31.0-rc.0~49819 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=040820eafc4261635003fdd700f9572b62ed165e;p=lhc%2Fweb%2Fwiklou.git increase the left margin for mw_contentwrapper to -15em. appears to have no effect on the layout but fixed the sidebar in IE6 --- 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; }