diff options
| author | Mark Otto <[email protected]> | 2012-03-30 23:38:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-30 23:38:16 -0700 |
| commit | 2f4810e72ffa242aabeab5088d522d3927a3df68 (patch) | |
| tree | 47f3c543747bd24cf48ca150f938bb51bb9115bf /less | |
| parent | 2dc979a2029d909945011a8e6dac3543aa9f0198 (diff) | |
| parent | 6564afbe7314d8bccdf202d3e4d9c02a070d6f96 (diff) | |
| download | bootstrap-2f4810e72ffa242aabeab5088d522d3927a3df68.tar.xz bootstrap-2f4810e72ffa242aabeab5088d522d3927a3df68.zip | |
Merge branch 'grantzau-patch-1' into 2.0.3-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 7950f0e56..9cef3f1ed 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -303,7 +303,7 @@ } // CSS3 Content Columns -.content-columns(@columnCount, @columnGap: @gridColumnGutter) { +.content-columns(@columnCount, @columnGap: @gridGutterWidth) { -webkit-column-count: @columnCount; -moz-column-count: @columnCount; column-count: @columnCount; |
