From c17a302a0bca0b4259b75f5429b32889d8bd2fce Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Thu, 15 Oct 2020 18:09:09 +0200 Subject: [PATCH] Fix `hr` border --- destyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/destyle.css b/destyle.css index 318223e..9c98f9c 100644 --- a/destyle.css +++ b/destyle.css @@ -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;