From: lpsolit%gmail.com <> Date: Fri, 19 Dec 2008 01:07:23 +0000 (+0000) Subject: Bug 469136: The font size is too small with the Classic skin (especially in bug comme... X-Git-Tag: bugzilla-3.3.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b735126db509eda6f7d2c8cab64e3293b8319f;p=thirdparty%2Fbugzilla.git Bug 469136: The font size is too small with the Classic skin (especially in bug comments) - Patch by Frédéric Buclin r=pyrzak a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 8a7d910670..cd5e489a31 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -32,7 +32,11 @@ body, td, th, input { font-family: Verdana, sans-serif; font-size: small; - } + } + /* monospace is much smaller than Verdana by default, so we make it a bit bigger. */ + pre, code, kbd { + font-size: medium; + } /* global (end) */ /* header (begin) */