From 1509cc6f533fa6718a0913176c692d12f59a1748 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 20 Apr 2009 21:26:12 +0000 Subject: [PATCH 1/1] charset: css workaround to fix cell hovering in gecko --- base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/base.css b/base.css index 4d0676b..2d4dc90 100644 --- 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 { -- 2.30.0