Your site does not render properly in Safari Mac which is also a Webkit browser like Chrome.
I tried pulling up your stylesheet in Safari (Mac) and it downloaded to my desktop instead of displaying its contents. This is not normal behavior. Strangely, your other stylesheet displays just fine.
The main difference is the blank line at the start of stylesheet.css
... it should not matter but remove the blank line just to be sure.
However, I cannot reproduce the issue on my account, so thoroughly check your server settings. (I uploaded your exact same stylesheet.css
to my own hosting account and pulled it up in my browser via URL. It displayed in the browser and did not download to my desktop. This suggests something is setup differently on your server.)
Side-issue: I also see that your page does not validate.
You need to fix the <html>
tag as per the validation error
<html xmlns="http://www.w3.org/1999/xhtml">
And also remove all the whitespace above your doctype
as IE will go into quirks or compatibility mode otherwise.