aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-07-31 09:51:54 -0700
committerJohn MacFarlane <[email protected]>2022-07-31 09:51:54 -0700
commitd2bd9abc4d5e9b6b4a6414fd010cdb5995f32935 (patch)
tree926b16e3e16383c5455a8d5810872e3a539386ec
parentbec41531fc953e388ec56de090d3f16383e4fdb6 (diff)
Html template styles: remove span.underline.
Now we use `<u>` elements for underlined text, so this is superfluous. (@mb21 correct me if I'm wrong.)
-rw-r--r--data/templates/styles.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html
index d63d0ac67..88f7c1013 100644
--- a/data/templates/styles.html
+++ b/data/templates/styles.html
@@ -163,7 +163,6 @@ header {
$endif$
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
-span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}