keys: lower background letters in portrait styling
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 21 Feb 2018 08:52:50 +0000 (09:52 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 5 Mar 2018 22:51:17 +0000 (23:51 +0100)
Larger key height leaves more space in bottom.

base.css

index a8fc2d239e79f4487e513d11165e9846d2d52e29..e7c9105bac3076f5aa2a7d727f242991a1ade356 100644 (file)
--- a/base.css
+++ b/base.css
@@ -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% */
                }