From 70b735126db509eda6f7d2c8cab64e3293b8319f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 19 Dec 2008 01:07:23 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 8a7d91067..cd5e489a3 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) */ -- cgit v1.2.3-24-g4f1b