prefer $@ for eval errors
[sheet.git] / base.css
index 1246519069d4ee42fc7f71324483989e28e3056d..7a2d4e7ecc8d1fbf392e112b6fb2cd08b1e77d49 100644 (file)
--- a/base.css
+++ b/base.css
@@ -74,6 +74,17 @@ p.footer {
        margin: 0;
 }
 
+.error {
+       background: #F00;
+       background: rgba(255, 0, 0, .8);
+       color: #FFF;
+       border: 2px solid #000;
+       border-width: 2px 0;
+       padding: 1em;
+       margin: 2ex auto;
+       clear: both;
+}
+
 ul {
        margin: 0;
        padding: 0;
@@ -223,6 +234,7 @@ thead th, td {
 /* table headers */
 
 th,
+tfoot td,
 thead td {
        border: 0;
        background: transparent !important;
@@ -245,6 +257,9 @@ th {
        font-size: 70%;
        text-transform: uppercase;
 }
+tfoot .cat th {
+       border-top: 1px solid #888;
+}
 
 /* digraphs map */