X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/dc55d93a545a4ebda0d3c31eeb02a9a0a3800cd1..v1.14-16-ge37bc4efe6:/base.css diff --git a/base.css b/base.css index ffa59a5..f4d6610 100644 --- a/base.css +++ b/base.css @@ -985,6 +985,20 @@ body .magic-perma { .row3 {margin-left: 6em} /* 8em / Δtd */ .row4 {margin-left: 7.5em} /* 10em / Δtd */ + /* letter scripts columns to rows */ + .legend .glyphs:first-child td:not(td td) { + display: table-row; + } + .legend .glyphs td > table { + width: auto; + display: inline-block; + margin: 1px 0 1px 1ex; + vertical-align: -6px; + } + .legend .glyphs td td { + margin: 2px; + } + @media (max-width: 61em) { .keys td { width: 3em;