LibHTML: Make <div> elements display: block

This commit is contained in:
Andreas Kling 2019-09-29 17:26:52 +02:00
parent 830e18e486
commit 402c6de5c9
Notes: sideshowbarker 2024-07-19 11:53:20 +09:00

View file

@ -46,7 +46,7 @@ strong, b {
font-weight: bold;
}
p {
div, p {
display: block;
margin-bottom: 8;
margin-top: 8;