X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0c4ea1b3f69fa7595057e3744f6d46c1ce7f3e46..cf4725793daaff890b295b5269d224dfd33b52c0:/base.css diff --git a/base.css b/base.css index eb18128..fa7d04a 100644 --- a/base.css +++ b/base.css @@ -258,13 +258,21 @@ tfoot .cat th { /* colour map */ -table.color th { +table.color td { border: 1px solid #555; font-weight: normal; - padding: 0 1ex; + padding: 0 8px; } -table.color th ~ td { - font-family: monospace; +table.color td samp { + margin: 0 -8px 0 8px; + font-family: inherit; + float: right; +} +table.color td samp ~ samp { +} +table.color td samp small { + font: 100% monospace; + padding: 0 .5ex; } /* digraphs map */