aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
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;