diff options
| author | Mark Otto <[email protected]> | 2012-09-07 11:41:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-07 11:41:35 -0700 |
| commit | 1f8e2d2617e6fe9feebdf94c1cc0176899c1f722 (patch) | |
| tree | 1d4d1d9ab5613d8debd63d6a110a15592c1a7193 | |
| parent | 61332d727e6e1d67def803b2f8d61047d79db0cc (diff) | |
| parent | cc4f8b9f6c735400d76357884f8aa35d26e81574 (diff) | |
| download | bootstrap-1f8e2d2617e6fe9feebdf94c1cc0176899c1f722.tar.xz bootstrap-1f8e2d2617e6fe9feebdf94c1cc0176899c1f722.zip | |
Merge branch 'dionysiosarvanitis-master' into 2.1.2-wip
| -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 // ----------- |
