charset: css workaround to fix cell hovering in gecko
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 20 Apr 2009 21:26:12 +0000 (21:26 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Apr 2009 00:01:21 +0000 (00:01 +0000)
base.css

index 4d0676b4272e00a37fdf7d5926494bca1c0dbfac..2d4dc9007a892b7c6201390b778ce0603f4eef01 100644 (file)
--- a/base.css
+++ b/base.css
@@ -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 {