Commit 2f4810e7 authored by Mark Otto's avatar Mark Otto

Merge branch 'grantzau-patch-1' into 2.0.3-wip

parents 2dc979a2 6564afbe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment