aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.html4
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2017-12-03 20:36:08 -0800
committerJohn MacFarlane <[email protected]>2017-12-03 20:36:08 -0800
commitc94b970cede1644c71fae2161626d0a1eb13facc (patch)
tree659ac9432061de2d087a0fe3c2b741c91d4b3c06 /data/templates/default.html4
parent45a46bf900bc7153f981088b65bd2cc90d3537d2 (diff)
Include default CSS for 'underline' class in HTML-based templates.
Diffstat (limited to 'data/templates/default.html4')
-rw-r--r--data/templates/default.html41
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/default.html4 b/data/templates/default.html4
index 9fc3e9beb..a771599f7 100644
--- a/data/templates/default.html4
+++ b/data/templates/default.html4
@@ -17,6 +17,7 @@ $endif$
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
$if(quotes)$