increase precedence of alternate style rules
[sheet.git] / terse.css
index 601f81b79233b01aad4c4a3b4bceff5f16775766..667a2e3fae2abdcb0c28deaf199b784dfa4d89b0 100644 (file)
--- a/terse.css
+++ b/terse.css
@@ -1,10 +1,10 @@
-ul.keys li {
+body ul.keys li {
        position: relative; /* hides overflow */
        width: 4.5em;
 }
-ul.keys li b,
-ul.keys.ctrl li b,
-ul.keys.lead li b { /* leading chars always fit */
+body ul.keys li b,
+body ul.keys.ctrl li b,
+body ul.keys.lead li b { /* leading chars always fit */
        position: absolute; /* background */
        right: 0; /* least overlap in corner */
        font-size: 250%;