mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +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:
parent
0cd82d2da7
commit
34a2797211
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ center {
|
||||||
text-align: -libweb-center;
|
text-align: -libweb-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
border: 1px inset #888888;
|
|
||||||
}
|
|
||||||
|
|
||||||
blink {
|
blink {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue