From 381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Sep 2019 12:42:23 -0700 Subject: Add div.hanging-indent CSS to HTML templates. --- data/templates/styles.html | 1 + 1 file changed, 1 insertion(+) (limited to 'data/templates/styles.html') diff --git a/data/templates/styles.html b/data/templates/styles.html index 866896549..0cb1ad738 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -2,6 +2,7 @@ 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%;} +div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } $endif$ -- cgit v1.2.3