common: common Alert function to format error messages
[sheet.git] / base.css
index 3096be012e70e5253774542b8521fb2b56037513..95721e015a5221ffd8388eaf46eea20244e704dc 100644 (file)
--- a/base.css
+++ b/base.css
@@ -28,6 +28,12 @@ h2, caption {
 caption {
        margin: 1ex;
 }
+caption aside {
+       position: absolute;
+       margin-left: 1ex;
+       font-weight: normal;
+       display: inline;
+}
 
 hr {
        clear: both;
@@ -213,7 +219,8 @@ td.joind {
        border-bottom: none;
 }
 td.joinu {
-       border-top: none;
+       /* first cell determines border width for entire row */
+       border-top-color: transparent;
 }
 td.joinr {
        border-right: none;
@@ -234,12 +241,16 @@ td.joinl {
        font-size: 200%;
 }
 .glyphs .glyphs {
-       margin: 0.5ex 0;
+       margin: 0.5ex 0; /* nested in legend */
 }
 .glyphs .glyphs td {
        font-size: 100%;
 }
 
+.cover td {
+       min-width: 2.5ex; /* square cells */
+}
+
 /* table headers */
 
 th,