From: Mark Otto Date: Fri, 7 Sep 2012 18:42:21 +0000 (-0700) Subject: run make after merging #5028, which removes the left margin of responsive fluid grid... X-Git-Tag: v3.0.0-rc1~951^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f29f98501c11678e2ecfe8fd5c842adcd5a40091;p=thirdparty%2Fbootstrap.git run make after merging #5028, which removes the left margin of responsive fluid grid offsets --- diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 17aa03a54a..2d2d200c09 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -830,6 +830,9 @@ -moz-box-sizing: border-box; box-sizing: border-box; } + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } .input-large, .input-xlarge, .input-xxlarge,