X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0c4ea1b3f69fa7595057e3744f6d46c1ce7f3e46..cf34a818ffd5bb6ec428103f59872946d89c4b31:/base.css diff --git a/base.css b/base.css index eb18128..fe9a6b2 100644 --- a/base.css +++ b/base.css @@ -156,6 +156,7 @@ dl.legend dt, border: 1px solid #000; border-radius: 4px; -moz-border-radius: 4px; + text-transform-variation: text; } .keys td b { float: left; @@ -258,13 +259,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 */