1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:07:45 +00:00

LibHTML: Add a little bit of margin around <hr> elements

This commit is contained in:
Andreas Kling 2019-10-06 14:44:18 +02:00
parent 2cf5d69a67
commit 769f86ff9c

View file

@ -91,6 +91,8 @@ a {
}
hr {
margin-top: 4;
margin-bottom: 4;
border-width: 1;
border-color: #888888;
border-style: inset;