1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

LibWeb: Remove ad-hoc <hr> element rule from default UA style

This element is already covered by spec rules. :^)
This commit is contained in:
Andreas Kling 2022-10-06 14:51:28 +02:00
parent 0cd82d2da7
commit 34a2797211

View file

@ -16,12 +16,6 @@ center {
text-align: -libweb-center;
}
hr {
margin-top: 0.5em;
margin-bottom: 0.5em;
border: 1px inset #888888;
}
blink {
display: inline;
}