aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-04 17:33:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:39:50 -0700
commitbb362fd76c94cb5228b06632c47993ee48cecac4 (patch)
tree98fabe7a8f49d419a157d4e7879e68bf88938fb8 /test/writer.html5
parent75f6af5c12c4781db74f67cb2aaf043303892032 (diff)
downloadpandoc-bb362fd76c94cb5228b06632c47993ee48cecac4.tar.gz
Add partial styles.html in HTML5 template.
Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template.
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html58
1 files changed, 4 insertions, 4 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index d26b83d9b..9edef5131 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -9,10 +9,10 @@
<meta name="dcterms.date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
<style>
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
+ code{white-space: pre-wrap;}
+ span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
+ div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>