mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit
40px is a lot of padding in our small-fonted world. :^)
This commit is contained in:
parent
5d685c4643
commit
05e1ecb3d0
1 changed files with 1 additions and 1 deletions
|
@ -191,5 +191,5 @@ blockquote {
|
|||
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 40px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue