aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
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 /test/writer.html5
parentbb362fd76c94cb5228b06632c47993ee48cecac4 (diff)
downloadpandoc-381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47.tar.gz
Add div.hanging-indent CSS to HTML templates.
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html51
1 files changed, 1 insertions, 0 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index 9edef5131..9b0f19b64 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -13,6 +13,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;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>