From: Andy Cochran Date: Thu, 30 Jun 2016 18:44:59 +0000 (-0400) Subject: nix unnecessary negative right margin in docs' flex grid scss X-Git-Tag: v6.2.4-rc1~32^2~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf4a8e8e824ac6dfbfbad3c2077de3fa095393b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git nix unnecessary negative right margin in docs' flex grid scss --- diff --git a/docs/assets/scss/examples/_grid.scss b/docs/assets/scss/examples/_grid.scss index d11829d1c..01bf80394 100644 --- a/docs/assets/scss/examples/_grid.scss +++ b/docs/assets/scss/examples/_grid.scss @@ -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;