From 64f78b3d5f51fcb61632193525b474cc6b8f3943 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Dec 2019 09:36:34 -0800 Subject: HTML-based templates: Add CSS to suppress bullet on unordered task lists. --- test/lhs-test.html | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lhs-test.html') diff --git a/test/lhs-test.html b/test/lhs-test.html index 914fdec4c..8153a4be1 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -11,6 +11,7 @@ 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;} + ul.task-list{list-style: none;} pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } -- cgit v1.2.3