sample: format section titles as html headers
[sheet.git] / base.css
index 5336d63971caa510dade6a7d71bbfb9368758fbb..9953dee96ff730c587544e141f3d58c54ff4a605 100644 (file)
--- a/base.css
+++ b/base.css
@@ -685,6 +685,10 @@ form.aside {
        right: 1em;
 }
 
+.family-name {
+       font-variant: small-caps;
+}
+
 #index nav {
        columns: 3;
        -moz-columns: 3;
@@ -695,6 +699,10 @@ nav > .section {
        -webkit-column-break-inside: avoid; /* webkit */
        page-break-inside: avoid; /* moz */
 }
+#index nav a {
+       display: inline-block;
+       margin-top: 1em;
+}
 
 /* printing hints */