From 09d5fe7f2309a9a577b729a4aba41258e7f13f37 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 27 Apr 2004 23:10:26 +0000 Subject: [PATCH] IE6 edit area fix and no margin for ie 5.5 --- stylesheets/monobook/rtl.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index a64a07c748..4fbc3a6e47 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -32,10 +32,6 @@ body * { /* unicode-bidi: bidi-override;*/ unicode-bidi: embed; } -/* very ugly IE6 bug workaround (disappearing right padding on #documentContent) */ -* html body { - padding-left: 19px; -} #portal-column-content { margin: 0 -12.2em 0 0; float: left; @@ -177,3 +173,17 @@ li#personaltools-login { #portal-footer { clear: both; } +/* IE 6 fix fixes, hide from everything else */ +i {content: "\"/*" } +* html textarea { + /* same negative margin as on #portal-column-content + don't ask why..*/ + margin-right: -12.2em; + margin-left: 0; +} +i {content: "\"/*" } +* html body { + padding-left: 19px; +} +/* */ +/* the body margin is an ugly workaround for the onLoad-disappearing right padding on #documentContent */ -- 2.20.1