From 3ad8cf59bd82664d13d29ce04785ea0404d60b3a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Aug 2016 14:24:03 +0100 Subject: [PATCH] Add column count CSS macro Still needs prefixing for Firefox --- core/wiki/macros/CSS.tid | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/wiki/macros/CSS.tid b/core/wiki/macros/CSS.tid index 7aa5a2b51..1b7c35eff 100644 --- a/core/wiki/macros/CSS.tid +++ b/core/wiki/macros/CSS.tid @@ -51,6 +51,14 @@ background-image: -ms-linear-gradient($gradient$); `` \end +\define column-count(columns) +`` +-moz-column-count: $columns$; +-webkit-column-count: $columns$; +column-count: $columns$; +`` +\end + \define datauri(title) <$macrocall $name="makedatauri" type={{$title$!!type}} text={{$title$}}/> \end