Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Customize Safari's RSS feed with CSS' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Customize Safari's RSS feed with CSS
Authored by: tedw on Jul 20, '09 08:48:03AM
interesting... I would normally assume that the CSS used on 10.4 and 10.5 would be the same, but since it's actually part of the PubSub system (not part of Safari) it might use different keys. did you check the PubSub CSS file (or view the page source) to see if the keys are the same?

the other thing to try is to right-click on an unread feed and choose the 'Inspect Element' option (which may only be there if you have Safari's debug menu enabled). this usually gives you a decent idea of where cascades go wrong. open the Computed Style section on the left: either you won't see your CSS style sheet listed (meaning something's gone wrong: your sheet isn't being loaded or you have the wrong keys), or you will see it and the important bits will be struck out (meaning that some other style element is superseding it).

[ Reply to This | # ]