another completely insane ie6 fix
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 18:10:01 +0000 (18:10 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 18:10:01 +0000 (18:10 +0000)
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index ca977a9..0327b70 100644 (file)
@@ -78,4 +78,11 @@ div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
     padding:0;
     margin:0;
 }
+textarea {
+    overflow: scroll;
+    overflow-x: hidden;
+}
 /*{ border:1px solid Red !important;}*/
+textarea {
+    padding-bottom: 25px;
+}
index 3dbd6ad..f0b298e 100644 (file)
@@ -201,7 +201,7 @@ textarea {
     border: 1px solid #2f6fab;  
     color: Black;
     background-color: white;
-    width: 98%;
+    width: 100%;
     padding: 0.1em;
     overflow: auto;
 }