No blink at RelativityChallenge.com

No blink at RelativityChallenge.com
3354
****
Last updated Jul 17 2007
2 installs this week, 48 total.

The RelativityChallenge.com site has highly annoying blinking text. This simple site style was the easiest I could device to have the blink go away. I would like to see a global style that disables { text-decoration: blink; }, though.

Install options

Feedback

Reviews

mcDavid said on Nov 01 2007

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http), url-prefix(file) {
p { text-decoration: none !important; }
}

-------------------------------------------------------------------------
that would pretty much make it global, I think. ****