mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibWeb: Add padding-left to the default UA style for <ol> and <ul>
This matches what other engines do.
This commit is contained in:
parent
a3acbf1db2
commit
5d685c4643
Notes:
sideshowbarker
2024-07-19 01:00:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5d685c46438
1 changed files with 5 additions and 0 deletions
|
@ -188,3 +188,8 @@ blockquote {
|
|||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue