]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
nix unnecessary negative right margin in docs' flex grid scss 8987/head
authorAndy Cochran <acochran@council.nyc.gov>
Thu, 30 Jun 2016 18:44:59 +0000 (14:44 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Thu, 30 Jun 2016 18:44:59 +0000 (14:44 -0400)
docs/assets/scss/examples/_grid.scss

index d11829d1cf8a8eadabf14b56a2a4e72e5d926fbf..01bf80394ee1b5ce60f67b0682638162c99b3e9a 100644 (file)
@@ -65,7 +65,6 @@
   .columns {
     float: none;
     width: auto;
-    margin-right: -1px; // Not sure why this has to be here
 
     &:nth-child(odd) {
       background: #eee;