keys: lower background letters in portrait styling
[sheet.git] / base.css
index b29b0247fa7a30aaf59a30ca332f64e782ef0be2..e7c9105bac3076f5aa2a7d727f242991a1ade356 100644 (file)
--- a/base.css
+++ b/base.css
@@ -732,9 +732,9 @@ nav > .section {
                width: 4.5em;
        }
        .keys td b,
-       .keys.meta td b,
-       .keys.ctrl td b,
-       .keys.lead td b { /* leading chars always fit */
+       .keys .meta td b,
+       .keys .ctrl td b,
+       .keys .lead td b { /* leading chars always fit */
                position: absolute; /* background */
                right: 0; /* least overlap in corner */
                font-size: 250%;
@@ -751,6 +751,13 @@ nav > .section {
                        height: 6.75ex; /* 3 lines */
                        font-size: 80%;
                }
+               .keys td b,
+               .keys .meta td b,
+               .keys .ctrl td b,
+               .keys .lead td b {
+                       line-height: 4ex;
+               }
+
                table.keys {
                        width: 37em; /* (12 * td(3em + 6px) + 8em) * 80% */
                }