X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a9f9b6054445a839cecdb10949adbd9dccbd7682..e56f4c583ad8d217c86c54cc86352bae9ab208b2:/base.css diff --git a/base.css b/base.css index 4d8d12f..3441707 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; @@ -209,6 +215,20 @@ thead th, td { text-align: center; } +td.joind { + border-bottom: none; +} +td.joinu { + /* first cell determines border width for entire row */ + border-top-color: transparent; +} +td.joinr { + border-right: none; +} +td.joinl { + border-left: none; +} + /* character table */ .glyphs thead th, .glyphs td { @@ -221,7 +241,7 @@ thead th, td { font-size: 200%; } .glyphs .glyphs { - margin: 0.5ex 0; + margin: 0.5ex 0; /* nested in legend */ } .glyphs .glyphs td { font-size: 100%;