X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9e68141b51a42cd26551f742345972d6523b5736..a6bad536d7682c7932125500bb9e04a4cb8cb351:/base.css diff --git a/base.css b/base.css index 1e88637..805bb3d 100644 --- a/base.css +++ b/base.css @@ -706,6 +706,7 @@ nav > .section { break-inside: avoid; -webkit-column-break-inside: avoid; /* webkit */ page-break-inside: avoid; /* moz */ + overflow: hidden; /* webkit workaround */ } #index nav a { display: inline-block; @@ -723,3 +724,23 @@ nav > .section { ul.legend-set {display: none} /* current options only relevant on dynamic media */ } +/* terse optimisation */ + +@media (max-width: 79em) { + .keys td { + position: relative; /* hides overflow */ + width: 4.5em; + } + .keys td b, + .keys.meta td b, + .keys.ctrl td b, + .keys.lead td b { /* leading chars always fit */ + position: absolute; /* background */ + right: 0; /* least overlap in corner */ + font-size: 250%; + line-height: 2.5ex; + opacity: .5; + color: #FFF; + } +} +