With the following in a tiddler tagged with $:/tags/Stylesheet
.twocolumns { display:block; column-count:2; -moz-column-count:2; -moz-column-width:20px; }
Yes, after playing around altering spaces and lines in the initial options with different results, I can see this seems to be the most robust way of doing it - thanks.