don't try to use bitstream very on win, some versions of win seem to render it buggy...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 24 May 2004 16:42:35 +0000 (16:42 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 24 May 2004 16:42:35 +0000 (16:42 +0000)
stylesheets/monobook/IE50Fixes.css
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css

index dd9eda3..52f609e 100644 (file)
@@ -22,7 +22,7 @@
 }
 
 /* IE 5 & 5.5 interpret keyword sizes one off */
-body { font-size: xx-small; }
+body { font: xx-small Verdana, Arial, sans-serif; }
 /*
 ** the edit tabs
 */
index 40eb03c..97d6eed 100644 (file)
@@ -29,7 +29,7 @@
 
 #p-personal { padding-bottom: 0.1em; }
 
-body { font-size: xx-small; }
+body { font: xx-small Verdana, Arial, sans-serif; }
 #p-cactions {
     width: 76% !important;
     z-index: 3 !important;
index 293836d..3e9f41d 100644 (file)
@@ -1,6 +1,6 @@
 /* 6.0 - only fixes */
 /* content area */ 
-
+body { font-family: Verdana, Arial, sans-serif; }
 /* workaround for various ie float bugs */
 #column-content { 
     float: none;