Comment 6 for bug 435648

Revision history for this message
Curtis Hovey (sinzui) wrote :

I see a typo in the css file blocking this bug. This selector is does not match any Lp content:
    body.old-webkit .sprite a.expander {
It should be
    body.old-webkit .sprite,
    body.old-webkit a.expander {