0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fixes #4577: no margin on .control-row .span* in responsive

This commit is contained in:
Mark Otto 2012-08-27 11:46:47 -07:00
parent 8a5dde556b
commit 15317419f4
2 changed files with 6 additions and 0 deletions

View File

@ -846,6 +846,9 @@
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
}
.modal {
position: fixed;
top: 20px;

View File

@ -90,6 +90,9 @@
display: inline-block; // redeclare so they don't wrap to new lines
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
}
// Modals
.modal {