X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6200f20ad733db0f13be5dc766249c3c1f500937..50442220cc52bad55c1003de34f8dada958650d5:/base.css diff --git a/base.css b/base.css index d728a39..c5a36f2 100644 --- a/base.css +++ b/base.css @@ -140,7 +140,7 @@ dl > dd { /* "keyboard" (list of keys) */ -#rows {margin-top: -5ex} /* top (esc) row fits besides header */ +.row0 {margin-top: -5ex} /* top (esc) row fits besides header */ .row2 {margin-left: 7em} /* row offsets relative to ~6em key width */ .row3 {margin-left: 8em} .row4 {margin-left: 10em} /* should actually align to next key on row1 */ @@ -876,6 +876,16 @@ body .magic-perma { /* terse optimisation */ +@media (min-height: 112ex) and (min-width: 90em) { + table.keys { + width: auto; + } + .keys td { + padding: 1ex 0 1ex .1em; + width: 7em; + } +} + @media (max-width: 79em) { .keys td { position: relative; /* hides overflow */