forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: wuurp on February 13, 2006, 03:56:15 am

Title: bblink class selector error in themes
Post by: wuurp on February 13, 2006, 03:56:15 am
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

Code: [Select]
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.
Title: Re: bblink class selector error in themes
Post by: Joachim Müller on February 13, 2006, 09:42:06 am
you're right - moving your thread to bugs board. Thanks for spotting and notifying us.
Title: Re: bblink class selector error in themes
Post by: Nibbler on February 20, 2006, 03:31:09 am
Fixed in cvs.