diff options
| author | Mark Otto <[email protected]> | 2012-09-07 11:42:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-07 11:42:21 -0700 |
| commit | f29f98501c11678e2ecfe8fd5c842adcd5a40091 (patch) | |
| tree | afb8f5c42bb48e1dfd064ac58827fb758237a58c | |
| parent | 1f8e2d2617e6fe9feebdf94c1cc0176899c1f722 (diff) | |
| download | bootstrap-f29f98501c11678e2ecfe8fd5c842adcd5a40091.tar.xz bootstrap-f29f98501c11678e2ecfe8fd5c842adcd5a40091.zip | |
run make after merging #5028, which removes the left margin of responsive fluid grid offsets
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 17aa03a54..2d2d200c0 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -830,6 +830,9 @@ -moz-box-sizing: border-box; box-sizing: border-box; } + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } .input-large, .input-xlarge, .input-xxlarge, |
