update comment on select bg bug and confirmed it was fixed, scoped responsive .span* to .row

This commit is contained in:
Mark Otto
2011-12-21 19:31:01 -06:00
parent 9fb380151d
commit 369cedd87c
4 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
margin-left: 0;
}
// Make all columns even
[class*="span"] {
.row > [class*="span"] {
float: none;
display: block;
width: auto;