]> 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:07:23 +0000 (01:07 +0000)
committerlpsolit%gmail.com <>
Fri, 19 Dec 2008 01:07:23 +0000 (01:07 +0000)
skins/standard/global.css

index 8a7d91067050d9ecec40c8d1344342f2acdd9d7e..cd5e489a3189005d969bd2ca32230ad264041f77 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) */