Defect #32012 » js-icon-fix.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
1521 | 1521 |
.icon-file.text-x-c { background-image: url(../images/files/c.png); } |
1522 | 1522 |
.icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } |
1523 | 1523 |
.icon-file.text-x-java { background-image: url(../images/files/java.png); } |
1524 |
.icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
|
|
1524 |
.icon-file.application-javascript { background-image: url(../images/files/js.png); }
|
|
1525 | 1525 |
.icon-file.text-x-php { background-image: url(../images/files/php.png); } |
1526 | 1526 |
.icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); } |
1527 | 1527 |
.icon-file.text-xml { background-image: url(../images/files/xml.png); } |