From: Mischa POSLAWSKY Date: Wed, 21 Feb 2018 08:52:50 +0000 (+0100) Subject: keys: lower background letters in portrait styling X-Git-Tag: v1.11~10 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/1d6eab5fa03b9b245c50637bae352344f9f53ef5 keys: lower background letters in portrait styling Larger key height leaves more space in bottom. --- diff --git a/base.css b/base.css index a8fc2d2..e7c9105 100644 --- 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% */ }