diff -r 79372ca563fc -r 5879ec563fc1 MIMETypes.st --- a/MIMETypes.st Mon May 19 11:37:43 2003 +0200 +++ b/MIMETypes.st Mon May 19 22:18:02 2003 +0200 @@ -380,6 +380,7 @@ 'shtml' 'text/html' ('txt' 'text') 'text/plain' 'xml' 'text/xml' + 'css' 'text/css' ) ! @@ -805,7 +806,7 @@ !MIMETypes class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.53 2003-05-16 10:36:53 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.54 2003-05-19 20:18:02 cg Exp $' ! ! MIMETypes initialize!