aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-09 20:48:45 -0700
committerMark Otto <[email protected]>2011-09-09 20:48:45 -0700
commita40690a17c1a72fe2364518a62962d6bb5616373 (patch)
tree4ad2f8c3256f42856ac67026154a52c5c24e79a0 /lib
parent43b01d1b80764a92ded6b47269433e2ecfd1919b (diff)
downloadbootstrap-a40690a17c1a72fe2364518a62962d6bb5616373.tar.xz
bootstrap-a40690a17c1a72fe2364518a62962d6bb5616373.zip
fix the grid before 1.3.0 drops soon
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;