From 13d6923b5e6edf727e00484ae05c22dbfa8e1c7c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 17 Oct 2003 17:39:29 +0000 Subject: [project @ 2003-10-17 17:39:29 by bursa] Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367 --- !NetSurf/Resources/CSS,f79 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '!NetSurf/Resources/CSS,f79') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index c98f2e1a5..4595ec20d 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -27,7 +27,7 @@ h5 { font-size: medium; font-style: italic; } h6 { font-size: medium; font-style: italic; } b, strong { font-weight: bold; } i, em { font-style: italic; } -a { color: #00f; } +a:link { color: #00f; } th { font-weight: bold; } td { text-align: left; } @@ -54,15 +54,15 @@ br[clear=all] { clear: both; } br[clear=left] { clear: left; } br[clear=right] { clear: right; } -font[size=1] { font-size: x-small; } -font[size=2] { font-size: small; } -font[size=3] { font-size: medium; } -font[size=4] { font-size: large; } -font[size=5] { font-size: x-large; } -font[size=6] { font-size: xx-large; } -font[size=7] { font-size: xx-large; } -font[size=-1] { font-size: smaller; } -font[size=+1] { font-size: larger; } +font[size="1"] { font-size: x-small; } +font[size="2"] { font-size: small; } +font[size="3"] { font-size: medium; } +font[size="4"] { font-size: large; } +font[size="5"] { font-size: x-large; } +font[size="6"] { font-size: xx-large; } +font[size="7"] { font-size: xx-large; } +font[size="-1"] { font-size: smaller; } +font[size="+1"] { font-size: larger; } td[nowrap], th[nowrap] { white-space: nowrap; } pre { white-space: pre; } -- cgit v1.2.3