The following worked (and works) in version 5.0.15 on Firefox but once I 
upgraded to 5.1.4, it does not.  What do I need to change in order to see 
multiple columns again?

Thanks,
Nate

/*COLUMNS*/
.twocolumns { display:block; 
column-count:2;
-moz-column-count:2; 
-webkit-column-count:2;}

.threecolumns { display:block; 
column-count:3;
-moz-column-count:3; 
-webkit-column-count:3;}

.fourcolumns { display:block; 
column-count:4;
-moz-column-count:4; 
-webkit-column-count:4;}


To call in a tiddler:
@@.threecolumns
*a
*b
*c
@@

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to