]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove left and right borders from hr 7179/head
authorAndy Cochran <acochran@council.nyc.gov>
Tue, 24 Nov 2015 16:43:34 +0000 (11:43 -0500)
committerAndy Cochran <acochran@council.nyc.gov>
Tue, 24 Nov 2015 16:43:34 +0000 (11:43 -0500)
scss/typography/_base.scss

index 0f40f17bbd4188eaa414a381732a8e9012748f55..6b8282633786501d4682a076665bdf6e9142ae1d 100644 (file)
@@ -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;
   }