summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-12-19 02:07:23 +0100
committerlpsolit%gmail.com <>2008-12-19 02:07:23 +0100
commit70b735126db509eda6f7d2c8cab64e3293b8319f (patch)
treee7738aaa83033b879499dd9530e9c7b8c5343c96 /skins
parent5941dfa2bbb131b7ca570e2e6740d3b128a48c13 (diff)
downloadbugzilla-70b735126db509eda6f7d2c8cab64e3293b8319f.tar.gz
bugzilla-70b735126db509eda6f7d2c8cab64e3293b8319f.tar.xz
Bug 469136: The font size is too small with the Classic skin (especially in bug comments) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css6
1 files changed, 5 insertions, 1 deletions
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) */