summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
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; }