default.css: pkt.png mime icon for .zip files

This commit is contained in:
Astro 2010-08-01 02:24:30 +02:00
parent 672a2d7002
commit 477c9af17f
1 changed files with 9 additions and 0 deletions

View File

@ -531,6 +531,15 @@ a[href$=".tar.bz2"].mime:before {
a[href$=".tbz"].mime:before {
content: url(../images/mime/pkg.png);
}
a[href$=".zip"].mime:before {
content: url(../images/mime/pkg.png);
}
a[href$=".rar"].mime:before {
content: url(../images/mime/pkg.png);
}
a[href$=".7z"].mime:before {
content: url(../images/mime/pkg.png);
}
a[href$=".torrent"].mime:before {
content: url(../images/mime/bittorrent.png);
}