From 5d790db5cf3ca97f901b3d64adc67da43d290ac0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Sep 2019 12:44:29 -0700 Subject: Add CSS for hanging-indent div to epub.css. This is for hanging indents with pandoc-citeproc, to be supported in a later release. --- data/epub.css | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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;} -- cgit v1.2.3