summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2021-02-01 09:03:52 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2021-02-01 09:03:52 +0000
commit29f7931ea41fc06f5d4d69a41484456d94e64ec5 (patch)
tree55b4b161675bcc6d8f3b9f3ec1226991cb9a81de /resources
parentbca82dfe83530c9994259833214f1bc097c5a685 (diff)
downloadnetsurf-29f7931ea41fc06f5d4d69a41484456d94e64ec5.tar.gz
netsurf-29f7931ea41fc06f5d4d69a41484456d94e64ec5.tar.bz2
Default CSS: Use 40px for list padding.
Diffstat (limited to 'resources')
-rw-r--r--resources/default.css4
1 files changed, 2 insertions, 2 deletions
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; }