X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4d0e83fa3326d3c63eb024858f9346daf50e917a..79f8945f7b66f8cf1ba1f1b84567665a051a76ff:/base.css diff --git a/base.css b/base.css index 7b15052..989f8be 100644 --- a/base.css +++ b/base.css @@ -119,11 +119,13 @@ ul.keys li b[title] { /* mnemonic hover */ ul.keys li[onclick]:hover { /* link */ cursor: pointer; } +ul.keys.meta li b, ul.keys.ctrl li b, ul.keys.lead li b { /* char with ctrl or leading key */ font-size: 100%; /* space is too limited for 2+ double-sized chars */ line-height: 5ex; /* keep double height though */ } +ul.keys.meta li b small, ul.keys.ctrl li b small { /* meta key indicator */ font-size: 70%; font-weight: normal; /* nice and subtle */