From 75354faa287225ce7ffea5497567179a87cacdf5 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 26 May 2010 02:46:43 +0000 Subject: [PATCH] In Twenty Ten, fix IE6 hover state on top-level menu item. props filosofo, fixes #13545. git-svn-id: http://svn.automattic.com/wordpress/trunk@14925 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a472c4dbd..34f8e0cea 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -439,6 +439,9 @@ div.menu li { color: #fff; } +* html #access ul li a:hover { + color:#fff; +} /* =Content -------------------------------------------------------------- */