mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Tweak default style for <hr> to use em units for margin values
This commit is contained in:
parent
9e642827fc
commit
fd32f24753
Notes:
sideshowbarker
2024-07-19 05:20:36 +09:00
Author: https://github.com/awesomekling
Commit: fd32f24753
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ a:hover {
|
|||
}
|
||||
|
||||
hr {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
border: 1px inset #888888;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue