Commit 394544a5 by Bence Dnyi

new filetype icons in style.css

parent c081284f
......@@ -154,9 +154,15 @@ a:link,a:visited{
.filetype-c {
background-image: url(icons/document-visual-studio.png);
}
.filetype-text {
background-image: url(icons/document.png);
}
.filetype-image {
background-image: url(icons/document-image.png);
}
.filetype-zip {
background-image: url(icons/folder-zipper.png);
}
.filetype-folder {
background-image: url(icons/folder-horizontal.png);
}
......@@ -260,6 +266,7 @@ body
background-position:80px 0;
margin:0;
padding:0;
overflow: scroll;
}
#header
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment