display scrollbar for extramely long edit summaries without spaces
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 28 Apr 2004 11:36:54 +0000 (11:36 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 28 Apr 2004 11:36:54 +0000 (11:36 +0000)
stylesheets/monobook/IE60Fixes.css

index 2f085f8..d99c295 100644 (file)
@@ -63,9 +63,13 @@ textarea {
 }
 #tawrapper {
     width: 100%;
-    text-align: left;
     overflow: hidden;
 }
+.special li {
+    overflow: auto;
+    width: 100%;
+}
+
 div.editsection,
 #catlinks,
 div.tright,