keyboard: avoid warning for empty mode parameter
[sheet.git] / terse.css
index 667a2e3fae2abdcb0c28deaf199b784dfa4d89b0..e0581c7211c8e9e7156386408b7aeeae045b4027 100644 (file)
--- a/terse.css
+++ b/terse.css
@@ -1,10 +1,13 @@
-body ul.keys li {
+@import url(base.css);
+
+body .keys td {
        position: relative; /* hides overflow */
        width: 4.5em;
 }
-body ul.keys li b,
-body ul.keys.ctrl li b,
-body ul.keys.lead li b { /* leading chars always fit */
+body .keys td b,
+body .keys.meta td b,
+body .keys.ctrl td b,
+body .keys.lead td b { /* leading chars always fit */
        position: absolute; /* background */
        right: 0; /* least overlap in corner */
        font-size: 250%;