hanks, this is exactly what I wanted.  Unfortunately, it doesn’t work right 
now. The problem is that neither Firefox nor Webkit seem to support the 
column break properties. I did however find a solution: add 
*display: inline-block;*This does seem to work, for now anyway :) 
 
body.tw-body h1, h2, h3, h4 {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    
*display: inline-block;*}

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to