perl: code markup for identifiers
[sheet.git] / base.css
index 3d8f52b6f5c7145c2bdc79f5122bebd8ed2f7662..37a5716f37fe44da368f6740a6e8ebe13caf6a6c 100644 (file)
--- 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) */
@@ -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) */