Add CSS for hanging-indent div to epub.css.
This is for hanging indents with pandoc-citeproc, to be supported in a later release.
This commit is contained in:
parent
381654a704
commit
5d790db5cf
1 changed files with 1 additions and 0 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue