From d62b01087cccb920a9335c0416257aca96747429 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 24 Aug 2004 20:53:50 +0000 Subject: [PATCH 1/1] Fixed typo to properly workaround Bugzilla # 256477. --- .userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.userContent.css b/.userContent.css index 9ac3304..94917d6 100644 --- a/.userContent.css +++ b/.userContent.css @@ -41,7 +41,7 @@ html *:link { color: #f44 !important; } /* unvisited links */ html *:visited { color: #44f !important; } /* visited links */ /* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477 * bugreported by Timo Lindfors timo.lindfors of iki.fi - */ + * html *:hover { color: yellow !important; } * user hovers * html *:active { color: lime !important; } * active links * */ -- 1.8.3.1