X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/829781346b75bdd66e4c964e8bce3b84cf8ed3fc..d59162b2f180b322e6b4f245b44255d3fa9cf724:/base.css diff --git a/base.css b/base.css index 7b8586e..fa7d04a 100644 --- a/base.css +++ b/base.css @@ -232,7 +232,7 @@ th, tfoot td, thead td { border: 0; - background: transparent !important; + background: transparent; } .glyphs thead td { width: auto; /* no glyph cells in header */ @@ -256,6 +256,25 @@ tfoot .cat th { border-top: 1px solid #888; } +/* colour map */ + +table.color td { + border: 1px solid #555; + font-weight: normal; + padding: 0 8px; +} +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 */ table.dimap {