diff options
| author | Dionysios G. Arvanitis <[email protected]> | 2012-09-07 17:54:15 +0300 |
|---|---|---|
| committer | Dionysios G. Arvanitis <[email protected]> | 2012-09-07 17:54:15 +0300 |
| commit | cc4f8b9f6c735400d76357884f8aa35d26e81574 (patch) | |
| tree | ac7ac8ddad260211800d27d9f209ef3001480dac | |
| parent | c52368d3c5984b28e6a71e5e1240afdd788fc2e6 (diff) | |
| download | bootstrap-cc4f8b9f6c735400d76357884f8aa35d26e81574.tar.xz bootstrap-cc4f8b9f6c735400d76357884f8aa35d26e81574.zip | |
remove offset margin in row-fluid mobile layout
| -rw-r--r-- | less/responsive-767px-max.less | 3 |
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 // ----------- |
