Commit b817e979 authored by Russ Cox's avatar Russ Cox

change code font to "monospace", which will

let the browser use the font the user has set up
as the default fixed-width font, instead of forcing Courier.

also set the size to 100%, which means 100% of the
font size in the surrounding text.  this looks a little
better in the main body but much better when the
code is in a heading (like Package unsafe).

R=r
DELTA=4  (1 added, 0 deleted, 3 changed)
OCL=34947
CL=34947
parent fbb70297
code, .code { code, .code {
font-size: 9pt; font-size: 100%;
font-family: Courier, Courier New, monospace; font-family: monospace;
color:#007000; color:#007000;
} }
kbd { kbd {
font-family: Courier, Courier New, monospace; font-size: 100%;
font-family: monospace;
font-weight: bold; font-weight: bold;
} }
......
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