2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Fixes #5458: Clarify fluid nesting

This commit is contained in:
Mark Otto
2012-11-03 13:28:48 -07:00
parent 7ea343d570
commit c9dbd2d601
3 changed files with 38 additions and 4 deletions
+6
View File
@@ -335,8 +335,14 @@ hr.soften {
margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
background-color: #999;
}