From a40690a17c1a72fe2364518a62962d6bb5616373 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 9 Sep 2011 20:48:45 -0700 Subject: fix the grid before 1.3.0 drops soon --- lib/scaffolding.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scaffolding.less') diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 615e6be78..c07686ab3 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -13,7 +13,7 @@ // Find all .span# classes within .row and give them the necessary properties for grid columns (supported by all browsers back to IE7) // Credit to @dhg for the idea - [class^="span"] { + [class*="span"] { display: inline; float: left; margin-left: @gridGutterWidth; -- cgit v1.2.3