From: Brion Vibber Date: Fri, 29 Dec 2006 19:47:41 +0000 (+0000) Subject: clean up last commit X-Git-Tag: 1.31.0-rc.0~54736 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=9bf33847a402d3de04ebd898e6fdebd205b1d33f;p=lhc%2Fweb%2Fwiklou.git clean up last commit --- 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; }