charset: show unicode blocks requested by U$num
[sheet.git] / base.css
index 4d0676b4272e00a37fdf7d5926494bca1c0dbfac..db0acf7b7425128ad6c74268b9bbb6530953f70e 100644 (file)
--- a/base.css
+++ b/base.css
@@ -59,7 +59,7 @@ p.aside {
 p.footer {
        margin: 1em 0 0;
 }
-hr ~ .footer {
+.help + .footer {
        margin: 0;
 }
 
@@ -140,6 +140,7 @@ ul.keys.ctrl li b small { /* meta key indicator */
 
 li table {
        float: left;
+       position: relative; /* prevents buggy hovering if table-caption present in gecko */
 }
 
 table.glyphs {
@@ -157,6 +158,12 @@ table.glyphs {
 .glyphs tbody td {
        font-size: 112%;
 }
+.glyphs .glyphs {
+       margin: 0.5ex 0;
+}
+.glyphs .glyphs td {
+       font-size: 100%;
+}
 
 /* table headers */