aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-07 11:42:21 -0700
committerMark Otto <[email protected]>2012-09-07 11:42:21 -0700
commitf29f98501c11678e2ecfe8fd5c842adcd5a40091 (patch)
treeafb8f5c42bb48e1dfd064ac58827fb758237a58c /docs
parent1f8e2d2617e6fe9feebdf94c1cc0176899c1f722 (diff)
downloadbootstrap-f29f98501c11678e2ecfe8fd5c842adcd5a40091.tar.xz
bootstrap-f29f98501c11678e2ecfe8fd5c842adcd5a40091.zip
run make after merging #5028, which removes the left margin of responsive fluid grid offsets
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css3
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,