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

@@ -93,7 +93,7 @@ input[type=file] {
line-height: @baseLineHeight * 1.5;
}
// Chrome on Linux needs background color
// Chrome on Linux and Mobile Safari need background-color
select {
background-color: @white;
}