From 718b2c5837f4a72a6ba58bc5c307431316e7d4dc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Dec 2017 08:38:19 -0800 Subject: HTML writer: Use br elements in line blocks... instead of relying on CSS. Closes #4162. HTML-based templates have had the custom CSS for div.line-block removed. Those maintaining custom templates will want to remove this too. We still enclose line blocks in a div with class line-block. --- data/templates/default.revealjs | 1 - 1 file changed, 1 deletion(-) (limited to 'data/templates/default.revealjs') diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index 9e3bc8d09..65ab09049 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -21,7 +21,6 @@ $endif$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } -- cgit v1.2.3