Fixed typo to properly workaround Bugzilla # 256477.
authorshort <>
Tue, 24 Aug 2004 20:53:50 +0000 (20:53 +0000)
committershort <>
Tue, 24 Aug 2004 20:53:50 +0000 (20:53 +0000)
.userContent.css

index 9ac3304..94917d6 100644 (file)
@@ -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    *
 */