From bb362fd76c94cb5228b06632c47993ee48cecac4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 4 Sep 2019 17:33:59 -0700 Subject: Add partial styles.html in HTML5 template. Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template. --- data/templates/styles.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/templates/styles.html (limited to 'data/templates/styles.html') diff --git a/data/templates/styles.html b/data/templates/styles.html new file mode 100644 index 000000000..866896549 --- /dev/null +++ b/data/templates/styles.html @@ -0,0 +1,11 @@ +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%;} +$if(quotes)$ +q { quotes: "“" "”" "‘" "’"; } +$endif$ +$if(highlighting-css)$ +$highlighting-css$ +$endif$ + -- cgit v1.2.3