Technically, a link tag should include a type attribute.
For the Classic Theme (and possibly other themes) in template.html,
FIND (Line 9):
<link rel="stylesheet" href="themes/classic/style.css" />
REPLACE WITH:
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
Thanks.
valid report.
@dev team: volunteers?
I'll do when I get home.
Done.