From 6fe99328eb55fd62ad40d56385ffb9267693a268 Mon Sep 17 00:00:00 2001
From: AlekSan <aleksan@revorm.com>
Date: Tue, 6 Sep 2011 13:00:44 +0300
Subject: [PATCH] =?UTF-8?q?Fix=20span=20query=20for=20not=20only=20first?=
 =?UTF-8?q?=20but=20descending=20classes=20(not=20working=20in=20Chrome=20?=
 =?UTF-8?q?beforehand,=20other=20browsers=20yet=20to=20test=E2=80=A6)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/scaffolding.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 148e4e0d5f..8987879865 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;
-- 
GitLab