Resource interpreted as stylesheet but transferred with MIME type text/html
Create an .htaccess
file into your root folder (or update the existing one) with this line inside
AddType text/css .css
this will tell apache to send the right content-type
header for .css
file