From: Mark Otto Date: Mon, 1 Oct 2012 07:11:05 +0000 (-0700) Subject: remove left margin reset from old grid system X-Git-Tag: v3.0.0-rc1~908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56935c64c088c7ea2db16fd78f4ad717dba825fc;p=thirdparty%2Fbootstrap.git remove left margin reset from old grid system --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 98d3d90d17..8bbbf4657d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5707,9 +5707,6 @@ a.badge:hover { .container { width: auto; } - .row { - margin-left: 0; - } [class*="span"], .uneditable-input[class*="span"] { display: block; diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 95e446088d..4433f5ed5a 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -43,10 +43,6 @@ .container { width: auto; } - // Undo negative margin on rows - .row { - margin-left: 0; - } // Make all grid-sized elements block level again [class*="span"], // Makes uneditable inputs full-width when using grid sizing