only 'sans-serif' as font family
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 16:02:40 +0000 (16:02 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 16:02:40 +0000 (16:02 +0000)
stylesheets/monobook/IE50Fixes.css
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index 7d7ae97..dd9eda3 100644 (file)
@@ -22,9 +22,7 @@
 }
 
 /* IE 5 & 5.5 interpret keyword sizes one off */
-body { font: xx-small Verdana, Arial, sans-serif; }
-/* and Bitstream Vera fonts are sometimes defective */
-h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; }
+body { font-size: xx-small; }
 /*
 ** the edit tabs
 */
index e9dbcc5..b3258d5 100644 (file)
@@ -29,9 +29,7 @@
 
 #p-personal { padding-bottom: 0.1em; }
 
-body { font: xx-small Verdana, Arial, sans-serif; }
-/* Bitstream Vera fonts are sometimes defective */
-h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; }
+body { font-size: xx-small; }
 
 #p-cactions {
     width: 76% !important;
index 1a5dd85..ab5a97a 100644 (file)
@@ -1,7 +1,5 @@
 /* 6.0 - only fixes */
 /* content area */ 
-/* Bitstream Vera fonts are sometimes defective */
-body, h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; }
 /* workaround for various ie float bugs */
 #column-content { 
     float: none; 
index 13565b8..0b255b9 100644 (file)
@@ -37,7 +37,7 @@
 */
 
 body {
-    font: x-small "Bitstream Vera Sans", Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
+    font: x-small sans-serif;
     background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
     color: Black;
     margin: 0;
@@ -92,7 +92,7 @@ hr {
 h1, h2, h3, h4, h5, h6 {
     color: Black;
     background: none;
-    font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
+    font-family: sans-serif;
     font-weight: normal;
     margin: 0;
     padding-top: 0.5em;