On Thursday, November 21, 2013 1:52:49 PM UTC+1, Jeremy Ruston wrote:
>
> Hi Magnus
>
> You can use the break-after CSS rule to control where column breaks occur:
>
> https://developer.mozilla.org/en-US/docs/Web/CSS/break-after
> http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/
>
> In this example, something like this should work:
>
> body.tw-body h1, h2, h3, h4 {
>     -webkit-column-break-before:avoid;
>     -moz-column-break-before:avoid;
>     column-break-before:avoid;
> }
>

shouldn't it be coloumn-break-after : avoid. So it should not break after a 
header, but before?
-m

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