From 49ff405d45325f70fa2e90a0d25109c1ea652d87 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 26 Jan 2004 01:24:32 +0000 Subject: [project @ 2004-01-26 01:24:32 by jmb] Add rules for , , and svn path=/import/netsurf/; revision=506 --- !NetSurf/Resources/CSS,f79 | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit v1.2.3