aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:44:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:44:29 -0700
commit5d790db5cf3ca97f901b3d64adc67da43d290ac0 (patch)
tree78fd26aa4bf66ba98ca31f6e1727b7f1cd18c65c /data
parent381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47 (diff)
downloadpandoc-5d790db5cf3ca97f901b3d64adc67da43d290ac0.tar.gz
Add CSS for hanging-indent div to epub.css.
This is for hanging indents with pandoc-citeproc, to be supported in a later release.
Diffstat (limited to 'data')
-rw-r--r--data/epub.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/epub.css b/data/epub.css
index e27f4e809..e0fb3fd93 100644
--- a/data/epub.css
+++ b/data/epub.css
@@ -22,3 +22,4 @@ span.smallcaps{ font-variant: small-caps; }
span.underline{ text-decoration: underline; }
q { quotes: "“" "”" "‘" "’"; }
div.column{ display: inline-block; vertical-align: top; width: 50%; }
+div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}