[project @ 2004-01-26 01:24:32 by jmb]

Add rules for <u>, <s>, <ins> and <del>

svn path=/import/netsurf/; revision=506
This commit is contained in:
John Mark Bell 2004-01-26 01:24:32 +00:00
parent 136d6d0769
commit 49ff405d45

View File

@ -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; }