Missing the line :<br />
AddType text/css .css<br />
<br />
Without this line a .css file will be sent with mime type text/plain instead of text/css and some browsers (firefox) ignore it.
↧