mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
LibWeb: Account for float intrusions in list marker x offset
This commit is contained in:
parent
240ec9aeed
commit
0060fe3095
3 changed files with 81 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html><style>
|
||||
.box {
|
||||
border: 10px solid black;
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
float: left;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
li {
|
||||
background-color: chartreuse;
|
||||
}
|
||||
</style><div class="box"></div><ul><li>a</li><li>a</li><li>a</li><li>a</li><li>a</li><li>a</li>
|
Loading…
Add table
Add a link
Reference in a new issue