mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +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
1 changed files with 5 additions and 0 deletions
|
@ -188,3 +188,8 @@ blockquote {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue