From 5fbb9e9f5d241744dc2e2cbd1bfd8676c566f22d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 May 2013 21:03:29 -0700 Subject: More row change ups: * No more negative side margins * However, keep the negative margin for nested rows --- less/grid.less | 4 ---- 1 file changed, 4 deletions(-) (limited to 'less') diff --git a/less/grid.less b/less/grid.less index 6de993c2a..82d2a355b 100644 --- a/less/grid.less +++ b/less/grid.less @@ -41,10 +41,6 @@ .container { max-width: 728px; } - .row { - margin-left: (@grid-gutter-width / -2); - margin-right: (@grid-gutter-width / -2); - } } // Responsive: Desktops and up -- cgit v1.2.3