Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-02 06:33:37 +0400
committerMark Otto <markotto@twitter.com>2012-08-02 06:33:37 +0400
commit1bb7c0e669bfa431b190ed3b283be93f27cf0eae (patch)
tree12fbf4b4c1fa8a8d73ca474c651a8da607a3836c /less/responsive-767px-max.less
parent3c742fc08bd1714bf9145cebac8e7f653e83c05d (diff)
fixes #4254: make .span12 expand full width of a parent when responsive
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 18c96ee0b7..65e019a8fb 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -62,6 +62,11 @@
width: auto;
margin-left: 0;
}
+ .span12,
+ .row-fluid .span12 {
+ width: 100%;
+ .box-sizing(border-box);
+ }
// FORM FIELDS
// -----------