2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix the grid before 1.3.0 drops soon

This commit is contained in:
Mark Otto
2011-09-09 20:48:45 -07:00
parent 43b01d1b80
commit a40690a17c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;