From a0214d24d246944ebddcb518d25b49c0c729c79b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 12:13:28 +0000 Subject: [PATCH] remove textarea things, unfortunately the text-moving-right IE6 Bug is unchanged --- stylesheets/monobook/rtl.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index f726e470e5..c306a30323 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -175,11 +175,6 @@ li#personaltools-login { } /* IE 6 fix fixes, hide from everything else */ i {content: "\"/*" } -* html textarea { - text-align: right; - margin-right: -12.2em; - margin-left: 0; -} * html #documentContent { border-left: 1px solid #aaaaaa; } * html body { padding-left: 10px; } /* */ -- 2.20.1