summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-10-17 17:39:29 +0000
committerJames Bursa <james@netsurf-browser.org>2003-10-17 17:39:29 +0000
commit13d6923b5e6edf727e00484ae05c22dbfa8e1c7c (patch)
treea1bd69e7d3ea415158426fd04fb50d22a655dc1b /!NetSurf/Resources/CSS,f79
parenta808d816ee7dd66d154caed89cff5734f9ecbba8 (diff)
downloadnetsurf-13d6923b5e6edf727e00484ae05c22dbfa8e1c7c.tar.gz
netsurf-13d6923b5e6edf727e00484ae05c22dbfa8e1c7c.tar.bz2
[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
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f7920
1 files changed, 10 insertions, 10 deletions
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; }