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; }