Skip to content

Commit

Permalink
feature(img) add file-link, directory-link
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 11, 2018
1 parent 846f4aa commit 08e5e34
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/urls.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
}

.directory {
background-image: url(../img/dir.png);
background-image: url(../img/directory.png);
}

.directory-link {
background-image: url(../img/dir.png);
background-image: url(../img/directory-link.png);
}

.file {
background-image: url(../img/txt.png);
background-image: url(../img/file.png);
}

.file-link {
background-image: url(../img/txt.png);
background-image: url(../img/file-link.png);
}

.loading-svg {
Expand Down
Binary file added img/directory-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added img/file-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 08e5e34

Please sign in to comment.