charset: add page footer and table headers
[sheet.git] / base.css
index 989f8be48f3afe0aafb65a4048826ffd1c2d33f5..d36f4df7b4c75202ade4fefadb688f7940576fba 100644 (file)
--- 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;
 }