From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 17:10:33 +0000 (+0200) Subject: unicode: support columns in webkit browsers X-Git-Tag: v1.5~19 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/e012cfda23a5a9cbc7f513fdd23096643708c159 unicode: support columns in webkit browsers Still a little buggy by default, but can be worked around at least in Chromium 16. --- diff --git a/base.css b/base.css index 509d646..37a5716 100644 --- a/base.css +++ b/base.css @@ -263,10 +263,14 @@ table.dimap { .diinfo { -moz-column-width: 24em; + -webkit-column-width: 24em; column-width: 24em; } .diinfo > div { overflow: hidden; + column-break-inside: avoid; + -webkit-column-break-inside: avoid; + position: relative; z-index: 1; /* webkit bug */ } /* glyph cell overlay (digraph labels) */