Try these: .gfg-root .gfg-entry .gf-spacer .gfg-root .gfg-entry .gf-relativePublishedDate
That said, if I might make a suggestion: if you don't have it already, install Mozilla Firefox and then get the Firebug extension. With Firebug, you can right-click (Ctrl-click on a Mac) on an element, select "Inspect Element" from the context menu, and get all the information you could ever need about an element, including its class name and all of the CSS rules that are applied to it. This is invaluable for determining CSS declarations and rules such as you've been doing the last few days. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Jul 13, 2010, at 5:02 AM, [email protected] wrote: > Actually I'm asking the wrong question > > Byt rial and error I just discovered it is .gfg-root .gfg-entry .gf- > result .gf-author > > However what I need is the equivalent declaration for the date and the > dash between them as I couldn't work them out > > On Jul 13, 10:56 am, "[email protected]" <[email protected]> wrote: >> What is the CSS declaration for the text that represents the author in >> an RSS feed - the text that appears by default as grey? >> >> i.e. I know that the descrioption is .gfg-root .gfg-entry .gf- >> result .gf-snippet ; but what is the author bit? > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
