2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

remove remaining fluid grid css

This commit is contained in:
Mark Otto
2012-09-25 22:20:24 -07:00
parent 151ed38cdc
commit 08eea302ef
6 changed files with 8 additions and 209 deletions
+1 -3
View File
@@ -331,9 +331,7 @@ textarea[class*="span"],
}
// Float to collapse white-space for proper grid alignment
.controls-row [class*="span"],
// Redeclare the fluid grid collapse since we undo the float for inputs
.row-fluid .controls-row [class*="span"] {
.controls-row [class*="span"] {
float: left;
}