aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDionysios G. Arvanitis <[email protected]>2012-09-07 17:54:15 +0300
committerDionysios G. Arvanitis <[email protected]>2012-09-07 17:54:15 +0300
commitcc4f8b9f6c735400d76357884f8aa35d26e81574 (patch)
treeac7ac8ddad260211800d27d9f209ef3001480dac
parentc52368d3c5984b28e6a71e5e1240afdd788fc2e6 (diff)
downloadbootstrap-cc4f8b9f6c735400d76357884f8aa35d26e81574.tar.xz
bootstrap-cc4f8b9f6c735400d76357884f8aa35d26e81574.zip
remove offset margin in row-fluid mobile layout
-rw-r--r--less/responsive-767px-max.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 79c7eaa82..6e4261047 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
// -----------