From 551d72908355f869cdd94e8866f15678bef64ad3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 May 2013 21:03:29 -0700 Subject: [PATCH] More row change ups: * No more negative side margins * However, keep the negative margin for nested rows --- grid.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/grid.html b/grid.html index 580f69cbf4..eea2ac0cf2 100644 --- a/grid.html +++ b/grid.html @@ -13,8 +13,6 @@ title: Grid template .row { margin-bottom: 20px; - margin-left: -15px; - margin-right: -15px; } [class*="col-lg-"] { padding-top: 15px;