unicode: one set of barb arrows from unicode 7.0
[sheet.git] / base.css
index 30d8bc4b0e1d6c2f8cdaae46b916606326f4edd0..c5a36f293444d0b3e4cd64d16f277c9d793f9b8d 100644 (file)
--- a/base.css
+++ b/base.css
@@ -115,6 +115,9 @@ body > pre {
        border-style: solid;
        white-space: pre;
 }
+code {
+       white-space: nowrap;
+}
 
 h1 small,
 h2 small {
@@ -137,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 */
@@ -873,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 */