From: short <> Date: Tue, 24 Aug 2004 20:53:50 +0000 (+0000) Subject: Fixed typo to properly workaround Bugzilla # 256477. X-Git-Tag: bp_liverpm~8 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=d62b01087cccb920a9335c0416257aca96747429 Fixed typo to properly workaround Bugzilla # 256477. --- 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 * */