From 29f7931ea41fc06f5d4d69a41484456d94e64ec5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 1 Feb 2021 09:03:52 +0000 Subject: Default CSS: Use 40px for list padding. --- resources/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/default.css b/resources/default.css index 276bc1554..fa47c76ff 100644 --- a/resources/default.css +++ b/resources/default.css @@ -50,9 +50,9 @@ pre { display: block; font-family: monospace; white-space: pre; margin-bottom: 1 ins { color: green; text-decoration: underline; } del { color: red; text-decoration: line-through; } -ul { display: block; padding-left: 1.5em; margin: 1.12em 0; +ul { display: block; padding-left: 40px; margin: 1.12em 0; list-style-type: disc; } -ol { display: block; padding-left: 1.5em; margin: 1.12em 0; +ol { display: block; padding-left: 40px; margin: 1.12em 0; list-style-type: decimal; } li { display: list-item; } -- cgit v1.2.3