From c97107af5cad3c96f75c566880ff139ce378ee62 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Oct 2003 23:47:13 +0000 Subject: [project @ 2003-10-17 23:47:13 by jmb] Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368 --- !NetSurf/Resources/CSS,f79 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '!NetSurf/Resources/CSS,f79') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index 4595ec20d..27e7f73d1 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; } +a:link { color: #00f; text-decoration: line-through; } th { font-weight: bold; } td { text-align: left; } -- cgit v1.2.3