countries: stop tracking data include
[sheet.git] / base.css
index 453cb5e636e8caad9042b83db1609cc8d57adfa8..c53f11e747373e4e6c2883fb4f2f9b679557c4e3 100644 (file)
--- a/base.css
+++ b/base.css
@@ -85,6 +85,11 @@ ul {
        text-align: left;
 }
 
+h2 small {
+       position: absolute; /* side note; do not influence alignment */
+       margin-left: 1em;
+}
+
 dl > dt {
        float: left;
        width: 50%;
@@ -185,10 +190,10 @@ dl.legend dt,
 
 /* tables */
 
-table.map {
+table {
        border-collapse: collapse;
 }
-table.map th, table.map td {
+th, td {
        border-color: #778;
        border: 1px solid #888;
        background: #DDD;
@@ -492,6 +497,7 @@ table.dimap {
 .keys td.ni {
        border: 0;
        padding: 1px; /* same size as borderlessless keys */
+       background: none;
 }
 
 dl.legend dt.more,