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. --- test/writer.html4 | 1 + 1 file changed, 1 insertion(+) (limited to 'test/writer.html4') diff --git a/test/writer.html4 b/test/writer.html4 index d1724dce4..6882d6b6c 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -13,6 +13,7 @@ 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;} -- cgit v1.2.3