2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #5039: properly set .row-fluid margins for .controls-row

This commit is contained in:
Mark Otto
2012-09-17 16:09:36 -07:00
parent 03a406d920
commit 6881c193ca
4 changed files with 23 additions and 3 deletions
+5
View File
@@ -642,6 +642,11 @@
margin-left: 0;
}
// Space grid-sized controls properly if multiple per line
.controls-row [class*="span"] + [class*="span"] {
margin-left: @fluidGridGutterWidth;
}
// generate .spanX and .offsetX
.spanX (@gridColumns);
.offsetX (@gridColumns);