style: update to table elements
[sheet.git] / terse.css
index b286da6257fdde8e185b9bca4450635a7acb8d4c..e0581c7211c8e9e7156386408b7aeeae045b4027 100644 (file)
--- a/terse.css
+++ b/terse.css
@@ -1,13 +1,13 @@
 @import url(base.css);
 
-body ul.keys li {
+body .keys td {
        position: relative; /* hides overflow */
        width: 4.5em;
 }
-body ul.keys li b,
-body ul.keys.meta 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%;