termcol: rgb table columns from dark to light
[sheet.git] / base.css
index eb181287143f8c86dd6644f121e0efbf2a6753a9..fa7d04a7d40310bfe8ca9436c66f520c7486f52e 100644 (file)
--- 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 */