aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-01 19:33:37 -0700
committerMark Otto <[email protected]>2012-08-01 19:33:37 -0700
commit1bb7c0e669bfa431b190ed3b283be93f27cf0eae (patch)
tree12fbf4b4c1fa8a8d73ca474c651a8da607a3836c /docs/assets/css/bootstrap-responsive.css
parent3c742fc08bd1714bf9145cebac8e7f653e83c05d (diff)
downloadbootstrap-1bb7c0e669bfa431b190ed3b283be93f27cf0eae.tar.xz
bootstrap-1bb7c0e669bfa431b190ed3b283be93f27cf0eae.zip
fixes #4254: make .span12 expand full width of a parent when responsive
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index d23466442..d5b7e3c4e 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -814,6 +814,13 @@
width: auto;
margin-left: 0;
}
+ .span12,
+ .row-fluid .span12 {
+ width: 100%;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ }
.input-large,
.input-xlarge,
.input-xxlarge,