From: Gabriel Wicke Date: Mon, 24 May 2004 16:42:35 +0000 (+0000) Subject: don't try to use bitstream very on win, some versions of win seem to render it buggy... X-Git-Tag: 1.5.0alpha1~3209 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=48cc29faec3faf263c8130dd7a36edcc34ee3771;p=lhc%2Fweb%2Fwiklou.git don't try to use bitstream very on win, some versions of win seem to render it buggy (if installed) --- diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css index dd9eda3e5f..52f609e200 100644 --- a/stylesheets/monobook/IE50Fixes.css +++ b/stylesheets/monobook/IE50Fixes.css @@ -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 */ diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index 40eb03c588..97d6eed26c 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -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; diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 293836ddbc..3e9f41d437 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -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;