From 0e7b962b1914a437c2a79d78ce77ce9ac2504dd1 Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Tue, 24 Nov 2015 11:43:34 -0500 Subject: [PATCH] remove left and right borders from hr --- scss/typography/_base.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 0f40f17bb..6b8282633 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -335,8 +335,10 @@ $abbr-underline: 1px dotted $black !default; hr { max-width: $hr-width; height: 0; + border-right: 0; border-top: 0; border-bottom: $hr-border; + border-left: 0; margin: $hr-margin; clear: both; } -- 2.47.2