common: less specific rules for terse keyboard
[sheet.git] / base.css
index 610cced134c14fca4c759f3ba9ee68899740d24e..3dc8bd9b8dc330a1659fba68a9e034652c34fdb8 100644 (file)
--- a/base.css
+++ b/base.css
@@ -726,14 +726,14 @@ nav > .section {
 /* terse optimisation */
 
 @media (max-width: 79em) {
-       body .keys td {
+       .keys td {
                position: relative; /* hides overflow */
                width: 4.5em;
        }
-       body .keys td b,
-       body .keys.meta td b,
-       body .keys.ctrl td b,
-       body .keys.lead td b { /* leading chars always fit */
+       .keys td b,
+       .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%;