X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/652fa60a059b983b901b344ea400230206bff8ff..38dcfca045c69d0e303e8e5a4ca4915202e19970:/base.css diff --git a/base.css b/base.css index 989f8be..d36f4df 100644 --- a/base.css +++ b/base.css @@ -27,8 +27,12 @@ h1, h2 { font-size: 200%; margin: 0; } -h2 { +h2, caption { font-size: 125%; + font-weight: bold; +} +caption { + margin: 1ex; } hr { @@ -133,6 +137,10 @@ ul.keys.ctrl li b small { /* meta key indicator */ /* character table */ +li table { + float: left; +} + table.glyphs { border-collapse: collapse; }