Skip to content

Commit bdfa5b6

Browse files
committed
Removed unused classes, condensed others
Removed PDF, SQL, SWF and XML, not supporting these in v1 HTML, Jpeg & Ruby condensed, plus dropped RBX and RHTML
1 parent 0d9116b commit bdfa5b6

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

lib/files.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,12 @@ body {margin: 0; overflow: auto}
5151
.fileManager LI.ext-coffee:before {background-position: -48px 0}
5252
.fileManager LI.ext-css:before {background-position: -64px 0}
5353
.fileManager LI.ext-gif:before {background-position: -80px 0}
54-
.fileManager LI.ext-htm:before {background-position: -96px 0}
55-
.fileManager LI.ext-html:before {background-position: -96px 0}
56-
.fileManager LI.ext-jpg:before {background-position: -112px 0}
57-
.fileManager LI.ext-jpeg:before {background-position: -112px 0}
54+
.fileManager LI.ext-htm:before, .fileManager LI.ext-html:before {background-position: -96px 0}
55+
.fileManager LI.ext-jpg:before, .fileManager LI.ext-jpeg:before {background-position: -112px 0}
5856
.fileManager LI.ext-js:before {background-position: -128px 0}
59-
/*.fileManager LI.ext-pdf:before {background-position: -???px 0} */
6057
.fileManager LI.ext-less:before {background-position: -144px 0}
6158
.fileManager LI.ext-php:before {background-position: -160px 0}
6259
.fileManager LI.ext-png:before {background-position: -176px 0}
63-
.fileManager LI.ext-rb:before {background-position: -192px 0}
64-
.fileManager LI.ext-rbx:before {background-position: -192px 0}
65-
.fileManager LI.ext-rhtml:before {background-position: -192px 0}
66-
.fileManager LI.ext-ruby:before {background-position: -192px 0}
67-
/*.fileManager LI.ext-sql:before {background-position: -???px 0} */
68-
/*.fileManager LI.ext-swf:before {background-position: -???px 0} */
60+
.fileManager LI.ext-rb:before, .fileManager LI.ext-ruby:before {background-position: -192px 0}
6961
.fileManager LI.ext-txt:before {background-position: -208px 0}
70-
/*.fileManager LI.ext-xml:before {background-position: -???px 0} */
7162
.fileManager LI.ext-zip:before {background-position: -224px 0}

0 commit comments

Comments
 (0)