summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-26 01:24:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-26 01:24:32 +0000
commit49ff405d45325f70fa2e90a0d25109c1ea652d87 (patch)
treea295be521b2f1222ea077d530d9bbfa2cbeee11a /!NetSurf/Resources/CSS,f79
parent136d6d0769e3965505db1ea50a03d2f1651a3f52 (diff)
downloadnetsurf-49ff405d45325f70fa2e90a0d25109c1ea652d87.tar.gz
netsurf-49ff405d45325f70fa2e90a0d25109c1ea652d87.tar.bz2
[project @ 2004-01-26 01:24:32 by jmb]
Add rules for <u>, <s>, <ins> and <del> svn path=/import/netsurf/; revision=506
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f794
1 files changed, 4 insertions, 0 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 54f2067e1..8f9d4d097 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -27,6 +27,10 @@ h5 { font-size: medium; font-style: italic; }
h6 { font-size: medium; font-style: italic; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
+u { text-decoration: underline; }
+s { text-decoration: line-through; }
+ins { color: green; }
+del { color: red; text-decoration: line-through; }
a:link { color: #00f; text-decoration: underline; }
th { font-weight: bold; }
td { text-align: left; }