countries: mark .Xi tiles as organisations
[sheet.git] / base.css
index c231fe1fb0619827d2b54c7e7e2d3f273e4e1f9f..e2f9bac7eeb509c8c37ec68842cf26b958b7a232 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%;
@@ -188,7 +193,7 @@ dl.legend dt,
 table {
        border-collapse: collapse;
 }
-table th, table td {
+th, td {
        border-color: #778;
        border: 1px solid #888;
        background: #DDD;
@@ -453,7 +458,7 @@ table.dimap {
 .c-as,
 .mo,
 .g6 {background: #FCC} /* red: mode */
-.c-aa,
+.c-an,
 .mv,
 .g7 {background: #ECE} /* purple: visual (g6+) */
 .c-oc,
@@ -479,7 +484,7 @@ table.dimap {
 .c-as:hover,
 .mo a:hover, .mo[onclick]:hover,
 .g6 a:hover, .g6[onclick]:hover {background: #F88}
-.c-aa:hover,
+.c-an:hover,
 .mv a:hover, .mv[onclick]:hover,
 .g7 a:hover, .g7[onclick]:hover {background: #D9D}
 .c-oc:hover,