X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d4ead771b48095b3889d0c5694dc6152e6d58359..881e65323ee9dc104c4b590f14b4da277c161f9f:/base.css diff --git a/base.css b/base.css index 50b92d8..d014b61 100644 --- 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; @@ -79,6 +85,12 @@ p.footer { margin: 2ex auto; clear: both; } +.error > * { + margin-bottom: 1ex; +} +.error > *:last-child { + margin-bottom: 0; +} ul { margin: 0; @@ -241,12 +253,16 @@ td.joinl { font-size: 100%; } +.cover td { + min-width: 2.5ex; /* square cells */ +} + /* table headers */ th, tfoot td, thead td { - border: 0; + border-width: 0; background: transparent; } .glyphs thead td {