From: Mischa POSLAWSKY Date: Mon, 20 Apr 2009 21:26:12 +0000 (+0000) Subject: charset: css workaround to fix cell hovering in gecko X-Git-Tag: v1.3~170 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/1509cc6f533fa6718a0913176c692d12f59a1748?hp=a43914ee349dd06a57051f94b452dbef0bd14e64 charset: css workaround to fix cell hovering in gecko --- 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 {