diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/user-agent.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/user-agent.css b/resources/user-agent.css index 8cd49048d4c..34ddc161c47 100644 --- a/resources/user-agent.css +++ b/resources/user-agent.css @@ -266,7 +266,16 @@ input[type="submit"], select, button { input, textarea, select, button { display: inline-block; } -hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; } +hr { + color: gray; + border-style: inset; + border-width: 1px; + margin-block-start: 0.5em; + margin-inline-end: auto; + margin-block-end: 0.5em; + margin-inline-start: auto; + overflow: hidden; +} fieldset { |