]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove offset margin in row-fluid mobile layout 5028/head
authorDionysios G. Arvanitis <dionysis.arvanitis@gmail.com>
Fri, 7 Sep 2012 14:54:15 +0000 (17:54 +0300)
committerDionysios G. Arvanitis <dionysis.arvanitis@gmail.com>
Fri, 7 Sep 2012 14:54:15 +0000 (17:54 +0300)
less/responsive-767px-max.less

index 79c7eaa82b8627cabf67c608638ceccf80dfdd35..6e4261047508d8596b9d50365815607783d5a337 100644 (file)
@@ -70,6 +70,9 @@
     width: 100%;
     .box-sizing(border-box);
   }
+  .row-fluid [class*="offset"]:first-child {
+               margin-left: 0;
+       }
 
   // FORM FIELDS
   // -----------