]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 469136: The font size is too small with the Classic skin (especially in bug comme...
authorlpsolit%gmail.com <>
Fri, 19 Dec 2008 01:09:28 +0000 (01:09 +0000)
committerlpsolit%gmail.com <>
Fri, 19 Dec 2008 01:09:28 +0000 (01:09 +0000)
skins/standard/global.css

index f047bffa8768b9fdfb68a1f9db7de7a9135c6c4d..aca0ab558c592b6170fbd1a371a845469df7ed08 100644 (file)
     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) */