From 122994624553e1ab22a9e87637291d4be1aec0af Mon Sep 17 00:00:00 2001 From: Joe DF Date: Wed, 27 Jun 2018 14:00:05 -0400 Subject: [PATCH] fix [hr] tags, thanks @G33kDude https://autohotkey.com/boards/viewtopic.php?f=3&t=51149 --- style/theme/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/theme/_common.scss b/style/theme/_common.scss index c190854..d4683cd 100644 --- a/style/theme/_common.scss +++ b/style/theme/_common.scss @@ -131,8 +131,8 @@ img { } hr { - border: 0 solid transparent; - border-top-width: 1px; + border: 0; + border-top: 1px solid transparent; height: 1px; margin: 5px 0; display: block;