Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Benjamin Hawkes-Lewis
On 28/12/08 22:21, Felix Miata wrote: > On 2008/12/28 22:16 (GMT) Benjamin Hawkes-Lewis composed: > >> On 28/12/08 21:41, Tim Arnold wrote: > >>> Making styles either more specific, or adding the "!important" modifier will >>> also help in many of these situations > >> !important might appear to he

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Felix Miata
On 2008/12/28 22:16 (GMT) Benjamin Hawkes-Lewis composed: > On 28/12/08 21:41, Tim Arnold wrote: >> Making styles either more specific, or adding the "!important" modifier will >> also help in many of these situations > !important might appear to help, but it has the regrettable side effect > o

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Benjamin Hawkes-Lewis
On 28/12/08 21:41, Tim Arnold wrote: > Making styles either more specific, or adding the "!important" modifier will > also help in many of these situations !important might appear to help, but it has the regrettable side effect of overriding user stylesheets: http://www.w3.org/TR/CSS21/cascade.h

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Tim Arnold
Making styles either more specific, or adding the "!important" modifier will also help in many of these situations: #feed-control a.gf-title { color: #99 !important; } -Tim On Sun, Dec 28, 2008 at 2:16 PM, JR Heard wrote: > On Sun, Dec 28, 2008 at 1:06 PM, Bonnie Bucqueroux > wrote: > >

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread JR Heard
On Sun, Dec 28, 2008 at 1:06 PM, Bonnie Bucqueroux wrote: > #feedControl a.gf-branding-clickable { > color: #99; > } 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 "

[css-d] How to override CSS hosted elswhere

2008-12-28 Thread Bonnie Bucqueroux
http://www.sustainablefarmer.com/ - I have added a great new Google API feed so that I can showcase my blog on my Home page. It's working great. Here's the link to the Widget - http://code.google.com/apis/ajaxfeeds/index.html And here's the link to the Widget wizard - http://www.google.com/uds/so