From 70b735126db509eda6f7d2c8cab64e3293b8319f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 19 Dec 2008 01:07:23 +0000 Subject: [PATCH] =?utf8?q?Bug=20469136:=20The=20font=20size=20is=20too=20s?= =?utf8?q?mall=20with=20the=20Classic=20skin=20(especially=20in=20bug=20co?= =?utf8?q?mments)=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Bucl?= =?utf8?q?in=20=20r=3Dpyrzak=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) */ -- 2.47.3