summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2004-01-28 23:49:56 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2004-01-28 23:49:56 +0000
commitdb56133900b64d59881ad74293ff57e1afb12c27 (patch)
tree65cd3be6fda5162c45239e5f291202acb4c44a42 /!NetSurf
parent94786d1a565e8814f2b567cdec5e362c515586cf (diff)
downloadnetsurf-db56133900b64d59881ad74293ff57e1afb12c27.tar.gz
netsurf-db56133900b64d59881ad74293ff57e1afb12c27.tar.bz2
[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
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f799
1 files changed, 5 insertions, 4 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 590e45067..4f2d76f59 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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; }