On Sun, Dec 28, 2008 at 1:06 PM, Bonnie Bucqueroux
<[email protected]> wrote:

> #feedControl a.gf-branding-clickable {
> color: #999999;
> }

The answer's in the source - take a look at the HTML generated by the
plugin. The div's got an id of "feed-control", not "feedControl", and
I can't find any links with class "gf-branding-clickable." Try
changing your first declaration to

#feed-control a.gf-title {
 color: #999999;
}

Should do the trick (haven't tested it, though). You can inspect the
markup yourself using Firebug (or, most likely, any of the other
equally great web development Firefox extensions available).

Best,
-JR
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to