From 3553d835eae14f517d1bfe8a60fb0adf6eb57b26 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 5 Jun 2004 16:50:24 +0000 Subject: [PATCH] larger default font to compensate for small Arial rendering on IE --- stylesheets/monobook/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 065bf4765d..c8a21fd530 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; -- 2.20.1