diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-05 12:42:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-05 12:42:23 -0700 |
commit | 381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47 (patch) | |
tree | 61e814717848062d150a9a064cefcd553d4978d1 /test/lhs-test.html | |
parent | bb362fd76c94cb5228b06632c47993ee48cecac4 (diff) | |
download | pandoc-381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47.tar.gz |
Add div.hanging-indent CSS to HTML templates.
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r-- | test/lhs-test.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 86206d94c..914fdec4c 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -10,6 +10,7 @@ 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;} pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } |