X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7ed94883ec44ad8b4c7e19e9c37546beb69a3b4c..1a5ae8feefccb3f58ba09f069d45d0618a92cf8e:/base.css diff --git a/base.css b/base.css index fcf1e55..37a5716 100644 --- a/base.css +++ b/base.css @@ -147,7 +147,7 @@ ul.keys li b { line-height: 2.5ex; /* inherits otherwise */ padding-left: 2px; } -ul.keys.omni li { /* omni-present esc */ +.row0 ul.keys li { /* omni-present esc */ width: 8.5em; } @@ -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) */ @@ -546,7 +550,6 @@ dl.legend dt { margin: 0 0 1px; /* distinct keys */ height: auto; /* not key-height */ padding: 2px 0; - width: auto; /* not center-aligned */ } dl.legend dd { margin: 3px 0.4em 0; /* align text (add dt border+padding height) */