X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d66fb2e242cd73e7a3b5c3980d7491080fc5f8d1..0f281608851a0a2af951355f4074baae7e81f845:/base.css diff --git a/base.css b/base.css index 8050463..9e8058c 100644 --- a/base.css +++ b/base.css @@ -980,17 +980,19 @@ body .magic-perma { .row4 {margin-left: 7.5em} /* 10em / Δtd */ /* letter scripts columns to rows */ - .legend .glyphs:first-child td:not(td td) { + .legend .glyphs:first-child td { display: table-row; + vertical-align: baseline; } .legend .glyphs td > table { width: auto; - display: inline-block; - margin: 1px 0 1px 1ex; - vertical-align: -6px; + display: inline; + margin-left: 1ex; } - .legend .glyphs td td { + .legend .glyphs:first-child td td { margin: 2px; + display: inline-block; + width: auto; } @media (max-width: 61em) {