From: lpsolit%gmail.com <> Date: Fri, 19 Dec 2008 01:09:28 +0000 (+0000) Subject: Bug 469136: The font size is too small with the Classic skin (especially in bug comme... X-Git-Tag: bugzilla-3.2.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828f93d4f58a9349dffa7750cccd95276cd84e1b;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 f047bffa87..aca0ab558c 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -31,7 +31,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) */