From de29ee2b0b6642b74b0e0d836b90aaf98b215cfe Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 4 May 2019 09:47:54 -1000 Subject: Render task lists without bullets --- static/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 6882559..3c13439 100644 --- a/static/styles.css +++ b/static/styles.css @@ -101,6 +101,15 @@ pre { white-space: pre-wrap; } +.task-list { + margin-left: 1em; + padding-left: 0; +} + +.task-list-item { + list-style-type: none; +} + .ssb-id { font-size: .7em; color: #777; -- cgit v1.2.3