mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibHTML: Add a little bit of margin around <hr> elements
This commit is contained in:
parent
2cf5d69a67
commit
769f86ff9c
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ a {
|
|||
}
|
||||
|
||||
hr {
|
||||
margin-top: 4;
|
||||
margin-bottom: 4;
|
||||
border-width: 1;
|
||||
border-color: #888888;
|
||||
border-style: inset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue