From: Andy Cochran Date: Tue, 24 Nov 2015 16:43:34 +0000 (-0500) Subject: remove left and right borders from hr X-Git-Tag: v6.0.4~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7179%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git remove left and right borders from hr --- 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; }