X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=skins%2Fmonobook%2FIE70Fixes.css;h=64fd74220483b45bbfa76f47b03a3da4d393634c;hb=9f3748f6f539e368ed7cc3b41fb1f542ef60eabf;hp=d31a47a2034eda28b7573375b3cb2771527bab81;hpb=3a21f312ad2fc7e94204ec59581287b237ee0d50;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/monobook/IE70Fixes.css b/skins/monobook/IE70Fixes.css index d31a47a203..64fd742204 100644 --- a/skins/monobook/IE70Fixes.css +++ b/skins/monobook/IE70Fixes.css @@ -3,13 +3,13 @@ /* 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. @@ -19,14 +19,14 @@ } .rtl #bodyContent a.external { - background-image: url(external-rtl.png); - padding: 0 13px 0 0; + background-image: url(external-rtl.png); + padding: 0 13px 0 0; } .rtl a.feedlink { - background-position: right; - padding-right: 0; - padding-left: 16px; + background-position: right; + padding-right: 0; + padding-left: 16px; } /* the tabs */ @@ -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; }