1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Add column count CSS macro

Still needs prefixing for Firefox
This commit is contained in:
Jermolene 2016-08-27 14:24:03 +01:00
parent 5f0a1dd967
commit 3ad8cf59bd

View File

@ -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