Posted in Development | Posted on 03-03-2009 | 2,797 views
As the manager of ColdFusionBloggers.org, I view a heck of a lot of RSS feeds. I've noticed that the description field is always (nearly) impossible to read:

Yet with Firefox under Windows, the same feed's description field is much more easy to read:

I don't really read RSS feeds with Firefox, I just view them in order to get information for adding feeds to my aggregator, but I've wondered if anyone else has ever noticed this?
p.s. Maybe I should just shut up and be happy that Firefox 3 isn't slow as molasses like Firefox 2 was under OSX!


chrome://browser/skin/feeds/subscribe.css (line 85)
h2 {
color:#C0C0C0;
font-size:110%;
font-weight:normal;
margin:0 0 0.6em;
}
If you explore the Package Contents and your Profile folder, you'll see lots of JS and CSS files.
It's a cross-platform application framework, a bit like how Flex is.
Oh, ok. Thanks for the info! Any idea where the chrome files are for Firefox? I know I did this once before but a long time ago. I just can't seem to figure it out right now.
Hopefully FF4 will have resolved rendering issues.
chrome://browser/content/browser.xul
There is also a Ghostbusters reference on mozilla:
http://www.mozilla.org/keymaster/gatekeeper/there....
Index of jar:file:///Applications/Firefox3/Firefox.app/Contents/MacOS/chrome/classic.jar!/skin/classic/browser/feeds/
Same URL on my Windows PC has this title:
Index of jar:file:///C:/Program Files/Mozilla Firefox/chrome/classic.jar!/skin/classic/browser/feeds/
So there are your paths to the CSS file. On Mac you'll need to "Show Package Contents" of the .app, and look inside the .jar on either platform.
hth,
Lars
[Add Comment] [Subscribe to Comments]