[project @ 2004-01-28 23:49:56 by tlsa]

Change default CSS file.  pre now monospaced plus other minor changes

svn path=/import/netsurf/; revision=517
This commit is contained in:
Michael Drake 2004-01-28 23:49:56 +00:00
parent 94786d1a56
commit db56133900
1 changed files with 5 additions and 4 deletions

View File

@ -26,7 +26,7 @@ h4 { font-size: medium; font-weight: bold; }
h5 { font-size: medium; font-style: italic; }
h6 { font-size: medium; font-style: italic; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
i, cite, dfn, em, var, address { font-style: italic; }
u { text-decoration: underline; }
s { text-decoration: line-through; }
ins { color: green; }
@ -70,7 +70,8 @@ font[size="-1"] { font-size: smaller; }
font[size="+1"] { font-size: larger; }
td[nowrap], th[nowrap] { white-space: nowrap; }
pre { white-space: pre; }
cite, dfn, code, samp,
kbd, var, abbr, acronym { font-family: monospace; text-align: center; }
code, kbd, pre, samp, tt { font-family: monospace; }
abbr, acronym { font-variant: small-caps; }
pre { white-space: pre; }