Index: public/stylesheets/application.css =================================================================== --- public/stylesheets/application.css (revision 18420) +++ public/stylesheets/application.css (working copy) @@ -1521,7 +1521,7 @@ .icon-file.text-x-c { background-image: url(../images/files/c.png); } .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } .icon-file.text-x-java { background-image: url(../images/files/java.png); } -.icon-file.text-x-javascript { background-image: url(../images/files/js.png); } +.icon-file.application-javascript { background-image: url(../images/files/js.png); } .icon-file.text-x-php { background-image: url(../images/files/php.png); } .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); } .icon-file.text-xml { background-image: url(../images/files/xml.png); }