-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with opera #38
Comments
Seems like this is probably the same bug as #35 I'll look into it asap. |
I noticed the same. The cause of this problem seems to be that tryclj.com does not send the content-type "text/css" for the css-files (in fact it sends no content-type at all).
Running it locally I changed the include-css in home.clj to a copy of the css on my apache which sends the content-type for css-files and the css was used. Of course there are some other headers different in the apache-response, but this is the only one that seems to be related. I couldn't find any source that Opera does not accept css-files without the header, but Microsoft has an explanation why they don't accept this anymore in IE9 (http://blogs.msdn.com/b/ie/archive/2010/10/26/mime-handling-changes-in-internet-explorer.aspx). |
Interesting. I'll fix this in a bit. Thanks for doing the hard part. |
The text was updated successfully, but these errors were encountered: