From d76af24d23f9209af192293676f0a54818b41236 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 12:07:02 +0000 Subject: [PATCH] height: 1% also sanitized textareas, tawrapper can go now --- stylesheets/monobook/IE60Fixes.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 4d9651e2b9..7379747a24 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -34,7 +34,6 @@ #portlet-contentViews li a:hover { padding-bottom: 0.17em; } -/* log in etc */ #portal-personaltools { padding-bottom: 0.1em; } @@ -43,7 +42,7 @@ padding-right: 13px; } #bodyContent { - width: 98%; + height: 1%; } /* show the hand */ @@ -57,15 +56,7 @@ div.visualClear { } textarea { overflow: auto; - width: 99%; - /* same negative margin as on #portal-column-content - don't ask why..*/ - margin-left: -12.2em; -} -div.tawrapper { - width: 100%; - text-align: left; - overflow: hidden; + width: 97%; } .special li { overflow: auto; -- 2.20.1