From 369cedd87c4447241ce2a73ed6c8414a4cd8bdf8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2011 19:31:01 -0600 Subject: update comment on select bg bug and confirmed it was fixed, scoped responsive .span* to .row --- lib/responsive.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/responsive.less') 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; -- cgit v1.2.3