Comment 98 for bug 1010794

Revision history for this message
In , James H. Cloos Jr. (cloos-jhcloos) wrote :

I hit send too soon...

The corruption on byuu.org/bsnes only occurs when using the page’s
default stylesheet. That css includes:

,----< excerpt from http://byuu.org/style/style-default.css >
| a {
| color: #000;
| text-decoration: none;
| }
|
| a[href] {
| color: #00c;
| }
|
| a[href*="://"] {
| color: #082;
| }
|
| a[href]:hover {
| color: #f00;
| text-decoration: underline;
| }
`----

Turning on underline might be the trigger.