Changed CSS to use 'Courier New' instead of 'Courier'.

This commit is contained in:
crs23 2007-09-10 01:25:57 +00:00
parent de7d35026f
commit 3c737395e4
1 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ b {
pre { pre {
display: block; display: block;
white-space: pre; white-space: pre;
font-family: courier; font-family: courier new;
font-size: 87.5%; font-size: 87.5%;
} }
@ -124,19 +124,19 @@ pre {
.arg { .arg {
font-style: italic; font-style: italic;
font-family: courier; font-family: courier new;
} }
.userinput { .userinput {
display: block; display: block;
white-space: pre; white-space: pre;
font-family: courier; font-family: courier new;
font-size: 87.5%; font-size: 87.5%;
font-weight: bold; font-weight: bold;
} }
.code { .code {
font-family: courier; font-family: courier new;
} }
.code table { .code table {
@ -147,7 +147,7 @@ pre {
.codeblock { .codeblock {
display: block; display: block;
white-space: pre; white-space: pre;
font-family: courier; font-family: courier new;
font-size: 87.5%; font-size: 87.5%;
border: 1px solid #000000; border: 1px solid #000000;
padding: 1em; padding: 1em;