Return text/css for files with .css extension.

This commit is contained in:
mainzelm 2003-10-24 08:16:07 +00:00
parent a5d9b210f0
commit 217596b510
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@
((string-ci=? ext ".htm") "text/html")
((string-ci=? ext ".html") "text/html")
((string-ci=? ext ".txt") "text/plain")
((string-ci=? ext ".css") "text/css")
((string-ci=? ext ".doc") "application/msword")
((string-ci=? ext ".gif") "image/gif")
((string-ci=? ext ".png") "image/png")