From 9db190c7e736ec8d063187d4241b59feaf7dc2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 11:28:20 +0200 Subject: update to MediaWiki 1.17.0 --- skins/monobook/IE70Fixes.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'skins/monobook/IE70Fixes.css') diff --git a/skins/monobook/IE70Fixes.css b/skins/monobook/IE70Fixes.css index 00145860..91b39efd 100644 --- a/skins/monobook/IE70Fixes.css +++ b/skins/monobook/IE70Fixes.css @@ -1,15 +1,15 @@ /* 7.0 - only fixes */ -/* content area */ +/* content area */ /* workaround for various ie float bugs */ /* This bit is needed to make links clickable... WTF */ -#column-content #content { +div#column-content div#content { margin-left: 12.2em; margin-top: 3em; height: 1%; } -.rtl #column-one { +.rtl div#column-one { /* For some reason it tries to inherit the padding-top into every div, * and I can't figure out how to get it back off. * Margin works correctly for this use, though. @@ -78,7 +78,7 @@ div.tleft { */ -#footer li { +div#footer li { /* Work around bug with inline
  • tags with right margins and nowrap */ margin-right: 0; } -- cgit v1.2.3-54-g00ecf