summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-10-17 23:59:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-10-17 23:59:23 +0000
commit6ac3166271dd8886761abf979a39260426f75932 (patch)
tree923b575311d1c273817e3b49cd1e0b0fa3e30087 /!NetSurf
parentc97107af5cad3c96f75c566880ff139ce378ee62 (diff)
downloadnetsurf-6ac3166271dd8886761abf979a39260426f75932.tar.gz
netsurf-6ac3166271dd8886761abf979a39260426f75932.tar.bz2
[project @ 2003-10-17 23:59:23 by jmb]
Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f792
1 files changed, 1 insertions, 1 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 27e7f73d1..d345a2106 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:link { color: #00f; text-decoration: line-through; }
+a:link { color: #00f; text-decoration: underline; }
th { font-weight: bold; }
td { text-align: left; }