mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 13:59:20 +03:00
[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:
parent
136d6d0769
commit
49ff405d45
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user