diff --git a/Base/res/html/misc/text-decoration.html b/Base/res/html/misc/text-decoration.html index 562fb4b772..2c64113332 100644 --- a/Base/res/html/misc/text-decoration.html +++ b/Base/res/html/misc/text-decoration.html @@ -8,6 +8,7 @@ .strikethrough { text-decoration: line-through dotted green; } .blink { text-decoration: blink; } .current-color { color: #8B4513; text-decoration: underline; } +.overboard { text-decoration: double overline underline line-through magenta; }
@@ -16,5 +17,6 @@Wombling
FREE!
This underline should match the text color
+This should have an underline, overline and line-through, all in glorious magenta.