larger default font to compensate for small Arial rendering on IE
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 5 Jun 2004 16:50:24 +0000 (16:50 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 5 Jun 2004 16:50:24 +0000 (16:50 +0000)
stylesheets/monobook/main.css

index 065bf47..c8a21fd 100644 (file)
@@ -46,7 +46,7 @@ body {
 
 /* scale back up to a sane default */
 #globalWrapper {
-    font-size:124%;
+    font-size:127%;
     width: 100%;
     margin: 0;
     padding: 0;
@@ -92,7 +92,6 @@ hr {
 h1, h2, h3, h4, h5, h6 {
     color: Black;
     background: none;
-    font-family: sans-serif;
     font-weight: normal;
     margin: 0;
     padding-top: 0.5em;