diff options
| author | John MacFarlane <[email protected]> | 2017-12-03 20:36:08 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2017-12-03 20:36:08 -0800 |
| commit | c94b970cede1644c71fae2161626d0a1eb13facc (patch) | |
| tree | 659ac9432061de2d087a0fe3c2b741c91d4b3c06 /data/templates/default.html4 | |
| parent | 45a46bf900bc7153f981088b65bd2cc90d3537d2 (diff) | |
Include default CSS for 'underline' class in HTML-based templates.
Diffstat (limited to 'data/templates/default.html4')
| -rw-r--r-- | data/templates/default.html4 | 1 |
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)$ |
