aboutsummaryrefslogtreecommitdiff
path: root/data/templates/styles.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:42:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:42:23 -0700
commit381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47 (patch)
tree61e814717848062d150a9a064cefcd553d4978d1 /data/templates/styles.html
parentbb362fd76c94cb5228b06632c47993ee48cecac4 (diff)
downloadpandoc-381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47.tar.gz
Add div.hanging-indent CSS to HTML templates.
Diffstat (limited to 'data/templates/styles.html')
-rw-r--r--data/templates/styles.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html
index 866896549..0cb1ad738 100644
--- a/data/templates/styles.html
+++ b/data/templates/styles.html
@@ -2,6 +2,7 @@ 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;}
$if(quotes)$
q { quotes: "“" "”" "‘" "’"; }
$endif$