aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
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/responsive.less
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/responsive.less')
-rw-r--r--lib/responsive.less2
1 files changed, 1 insertions, 1 deletions
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;