Fix hr border

This commit is contained in:
Nicolas Cusan
2020-10-15 18:09:09 +02:00
parent bc5427bd6a
commit c17a302a0b

View File

@@ -109,7 +109,7 @@ hr {
height: 0; /* 1 */
overflow: visible; /* 2 */
border: 0;
border-top: 1px;
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;