mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +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
Notes:
sideshowbarker
2024-07-19 01:00:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/05e1ecb3d06
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
Reference in a new issue