summaryrefslogtreecommitdiff
path: root/data/templates/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:36:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:36:08 -0800
commitc94b970cede1644c71fae2161626d0a1eb13facc (patch)
tree659ac9432061de2d087a0fe3c2b741c91d4b3c06 /data/templates/default.html5
parent45a46bf900bc7153f981088b65bd2cc90d3537d2 (diff)
Include default CSS for 'underline' class in HTML-based templates.
Diffstat (limited to 'data/templates/default.html5')
-rw-r--r--data/templates/default.html51
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index f6fb15e78..2272a0179 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -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)$