On 4/13/09 8:30 AM, Bobby S wrote: > I have an odd problem - it seems the monobook.css and common.css > aren't loading for Firefox (but they are for IE and Chrome). I have > tried CTRL + F5 to reload the cache, and I have even noted this > problem on a few different PCs, so it isn't isolated. Has anybody > every noticed this issue before? I am on 1.14, and the only thing > that is different about my installation is that it is behind a > username and password to get to the site right now. Below is the > portion of the page source that has the CSS calls.
Firefox is very picky and will reject stylesheets that are not served with the correct Content-Type HTTP header. Ensure that your web server is correctly configured to serve .css files as text/css and not, say, text/plain. -- brion _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
