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.html4 | 1 - 1 file changed, 1 deletion(-) (limited to 'data/templates/default.html4') diff --git a/data/templates/default.html4 b/data/templates/default.html4 index a771599f7..714b3ff2e 100644 --- a/data/templates/default.html4 +++ b/data/templates/default.html4 @@ -18,7 +18,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