bblink class selector error in themes bblink class selector error in themes
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

bblink class selector error in themes

Started by wuurp, February 13, 2006, 03:56:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wuurp

I'm rather new to CSS but I believe I have found a small error in many of the themes distributed with CPG. The bblink class selector is shown as


bblink a {
        color: #0033CC;
        text-decoration: none;
}

bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}


Shouldn't that be .bblink, starting with a period, so that it is a class selector? Anyway, it didn't work for me until I made the change.

Joachim Müller

you're right - moving your thread to bugs board. Thanks for spotting and notifying us.