X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a43914ee349dd06a57051f94b452dbef0bd14e64..2644a681f312e65a3f5e8c70d6dcf837931b51e8:/base.css diff --git a/base.css b/base.css index 4d0676b..db0acf7 100644 --- 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 */