mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge branch 'grantzau-patch-1' into 2.0.3-wip
This commit is contained in:
commit
2f4810e72f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue