From db56133900b64d59881ad74293ff57e1afb12c27 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 28 Jan 2004 23:49:56 +0000 Subject: [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 --- !NetSurf/Resources/CSS,f79 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '!NetSurf') 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; } -- cgit v1.2.3