From: Dionysios G. Arvanitis Date: Fri, 7 Sep 2012 14:54:15 +0000 (+0300) Subject: remove offset margin in row-fluid mobile layout X-Git-Tag: v2.2.0^2~117^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5028%2Fhead;p=thirdparty%2Fbootstrap.git remove offset margin in row-fluid mobile layout --- diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 79c7eaa82b..6e42610475 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -70,6 +70,9 @@ width: 100%; .box-sizing(border-box); } + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } // FORM FIELDS // -----------