feature(rest) add unzip

This commit is contained in:
coderaiser 2014-03-25 04:05:13 -04:00
parent 83aa10660c
commit 41654e09d3
12 changed files with 66 additions and 4 deletions

View file

@ -91,4 +91,9 @@
.icon-zip-file::before {
font-family : 'Fontello';
content : '\e813 ';
}
.icon-unzip-file::before {
font-family : 'Fontello';
content : '\e814 ';
}