Skip to content

Commit 15e44b1

Browse files
committed
Fix <hr> sizing
--HG-- extra : rebase_source : a9fa61002f3f891c9eeba4a7c05bb63a6457cc92
1 parent fb61c91 commit 15e44b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
font-size: 1.5em;
5050
text-align: center;
5151
margin: 1em auto;
52-
border: transparent solid;
52+
height: auto;
53+
border: transparent solid 0;
5354
background: transparent;
5455
}
5556
hr:not([title])::before {

0 commit comments

Comments
 (0)