##// END OF EJS Templates
Adds icons for css, html, java, js files in the repository browser....
Jean-Philippe Lang -
r8527:6f462d373f1b
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
@@ -940,9 +940,13 padding-bottom: 3px;
940 940 .icon-file.text-plain { background-image: url(../images/files/text.png); }
941 941 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
942 942 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
943 .icon-file.text-x-java { background-image: url(../images/files/java.png); }
944 .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
943 945 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
944 946 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
945 947 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
948 .icon-file.text-css { background-image: url(../images/files/css.png); }
949 .icon-file.text-html { background-image: url(../images/files/html.png); }
946 950 .icon-file.image-gif { background-image: url(../images/files/image.png); }
947 951 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
948 952 .icon-file.image-png { background-image: url(../images/files/image.png); }
General Comments 0
You need to be logged in to leave comments. Login now