diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-04 17:33:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-05 12:39:50 -0700 |
commit | bb362fd76c94cb5228b06632c47993ee48cecac4 (patch) | |
tree | 98fabe7a8f49d419a157d4e7879e68bf88938fb8 /test/s5-inserts.html | |
parent | 75f6af5c12c4781db74f67cb2aaf043303892032 (diff) | |
download | pandoc-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/s5-inserts.html')
-rw-r--r-- | test/s5-inserts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/s5-inserts.html b/test/s5-inserts.html index efde179d2..80664a6e2 100644 --- a/test/s5-inserts.html +++ b/test/s5-inserts.html @@ -9,10 +9,10 @@ <meta name="date" content="2006-07-15" /> <title>My S5 Document</title> <style type="text/css"> - 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> <link rel="stylesheet" href="main.css" type="text/css" /> STUFF INSERTED |