aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 19:31:01 -0600
committerMark Otto <[email protected]>2011-12-21 19:31:01 -0600
commit369cedd87c4447241ce2a73ed6c8414a4cd8bdf8 (patch)
treeb4393d9c84c44283356477c493254eb866d62870 /lib
parent9fb380151d477f1741b7609ade7a9e7fd5450b2c (diff)
downloadbootstrap-369cedd87c4447241ce2a73ed6c8414a4cd8bdf8.tar.xz
bootstrap-369cedd87c4447241ce2a73ed6c8414a4cd8bdf8.zip
update comment on select bg bug and confirmed it was fixed, scoped responsive .span* to .row
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less2
-rw-r--r--lib/responsive.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 64e77fdb4..84fddd7d1 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -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;
}
diff --git a/lib/responsive.less b/lib/responsive.less
index c74f6b98e..d8b453d06 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -60,7 +60,7 @@
margin-left: 0;
}
// Make all columns even
- [class*="span"] {
+ .row > [class*="span"] {
float: none;
display: block;
width: auto;