Commit 70b73512 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 469136: The font size is too small with the Classic skin (especially in bug…

Bug 469136: The font size is too small with the Classic skin (especially in bug comments) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
parent 5941dfa2
......@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment