mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-23 12:42:21 +00:00
Change PRE, TT, etc. to use "monospace" instead of "sans-serif" as a fallback.
This commit is contained in:
parent
18b95403f9
commit
faeb951714
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ TABLE.featureBox TD.inside {
|
|||
|
||||
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
||||
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
||||
PRE,TT,CODE { font-family: "Courier New", Courier, sans-serif; }
|
||||
PRE,TT,CODE { font-family: "Courier New", Courier, monospace; }
|
||||
/* Links */
|
||||
A { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:visited { color: rgb(170,170,255); text-decoration: none; }
|
||||
|
|
Loading…
Reference in a new issue