X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a5c365f7a39bc9e8041aa31b04dfabe680922b4d..084e72d390de05bfa7f16b54b97f339d491bfff2:/base.css diff --git a/base.css b/base.css index 919f64e..8703c83 100644 --- a/base.css +++ b/base.css @@ -33,6 +33,8 @@ caption aside { margin-left: 1ex; font-weight: normal; display: inline; + font-size: 91%; /* 100% */ + margin-top: .3ex; /* align with 110% baseline */ } hr { @@ -276,6 +278,10 @@ thead td { .glyphs thead td { width: auto; /* no glyph cells in header */ } +.glyphs caption { + margin-left: 2.2em; /* 1ex + offset head column (1.6em + 0.4em) / 110% */ + /* adjusted insignificant -.2em to fit wide contents on /charset/mac */ +} th { padding: 0 0.2em; }