mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
LibHTML: Make <div> elements display: block
This commit is contained in:
parent
830e18e486
commit
402c6de5c9
Notes:
sideshowbarker
2024-07-19 11:53:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/402c6de5c92
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
Reference in a new issue