countries: no continent class for unused organisations
[sheet.git] / base.css
index c231fe1fb0619827d2b54c7e7e2d3f273e4e1f9f..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%;
@@ -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;