Hi Magnus

Sorry, I just noticed a typo in what I sent before - it should be:

body.tw-body h1, body.tw-body h2, body.tw-body h3, body.tw-body h4 {
etc.

Best wishes

Jeremy



On Thu, Nov 21, 2013 at 5:20 PM, magev958 <magnus.ev...@gmail.com> wrote:

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



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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