From 9bf33847a402d3de04ebd898e6fdebd205b1d33f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 29 Dec 2006 19:47:41 +0000 Subject: [PATCH] clean up last commit --- skins/monobook/IE70Fixes.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/skins/monobook/IE70Fixes.css b/skins/monobook/IE70Fixes.css index 756a0e1867..43ff7076d5 100644 --- a/skins/monobook/IE70Fixes.css +++ b/skins/monobook/IE70Fixes.css @@ -12,12 +12,9 @@ .rtl #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. */ padding-top: 0; -} -#column-one { - /* Regular padding doesn't work for some reason */ - padding-top: 0px; margin-top: 160px; } -- 2.20.1