summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }