style: common setup for floating tables
[sheet.git] / base.css
index fb998d06ed292e76674ea446e185fe90327262a0..bfce8a2568bc3164dca2ae7364c8069e5be20861 100644 (file)
--- a/base.css
+++ b/base.css
@@ -28,7 +28,7 @@ h1, h2 {
        margin: 0;
 }
 h2, caption {
-       font-size: 125%;
+       font-size: 110%;
        font-weight: bold;
 }
 caption {
@@ -42,11 +42,17 @@ hr {
        margin: 0;
 }
 
-.diinfo h2 {
+.section h2 {
        margin: 0 1ex;
        clear: both;
-       font-size: 110%;
-       text-align: left;
+}
+.section table {
+       float: left;
+       position: relative; /* prevents buggy hovering in table if caption present in gecko */
+       margin: 1ex 1ex 2ex;
+}
+#charset .section table {
+       margin: -0.5ex 0 1ex; /* headers provide sufficient spacing already */
 }
 
 p {
@@ -150,11 +156,6 @@ ul.keys.ctrl li b small { /* meta key indicator */
 
 /* tables */
 
-li table {
-       float: left;
-       position: relative; /* prevents buggy hovering if table-caption present in gecko */
-}
-
 table {
        border-collapse: collapse;
 }
@@ -240,11 +241,6 @@ table.glyphs.dimap {
        overflow: hidden;
 }
 
-.diinfo table.glyphs {
-       margin: 1ex 1ex 2ex;
-       float: left;
-}
-
 /* glyph cell overlay (digraph labels) */
 
 .glyphs.dilabel td {