From 14b8aa8c93766f98a6e0bc9ff04f14962a888f4f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Mar 2017 23:16:42 +0100 Subject: Regularized CSS in html/epub/html slide templates. All templates now include `code{white-space: pre-wrap}` and CSS for `q` if `--html-q-tags` is used. Previously some templates had `pre` and others `pre-wrap`; the `q` styles were only sometimes included. See #3485. --- data/templates/default.html5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'data/templates/default.html5') diff --git a/data/templates/default.html5 b/data/templates/default.html5 index ee7ae771b..633764b3c 100644 --- a/data/templates/default.html5 +++ b/data/templates/default.html5 @@ -14,10 +14,13 @@ $if(keywords)$ $endif$ $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ - + + q { quotes: "“" "”" "‘" "’"; } $endif$ + $if(highlighting-css)$