mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
Default CSS: Use 40px for list padding.
This commit is contained in:
parent
bca82dfe83
commit
29f7931ea4
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user