aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-17 16:09:36 -0700
committerMark Otto <[email protected]>2012-09-17 16:09:36 -0700
commit6881c193ca838844cacaf343d5918fb166bdd437 (patch)
tree7d8478357bade01855c8881113b38b58998c5ee1 /docs/assets/css/bootstrap-responsive.css
parent03a406d920c0255533aa0f5bb7c3fe4569b8f687 (diff)
downloadbootstrap-6881c193ca838844cacaf343d5918fb166bdd437.tar.xz
bootstrap-6881c193ca838844cacaf343d5918fb166bdd437.zip
fixes #5039: properly set .row-fluid margins for .controls-row
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 2d2d200c0..63ed85f76 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -215,6 +215,9 @@
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
+ margin-left: 2.564102564102564%;
+ }
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
@@ -562,6 +565,9 @@
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
+ margin-left: 2.7624309392265194%;
+ }
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;