mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibHTML: Make <div> elements display: block
This commit is contained in:
parent
830e18e486
commit
402c6de5c9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ strong, b {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
p {
|
||||
div, p {
|
||||
display: block;
|
||||
margin-bottom: 8;
|
||||
margin-top: 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue