Added hi-res version of folder images on dashboard, adjusted margins

This commit is contained in:
Victoria Wang 2014-11-06 15:31:31 -06:00
parent 59a18bac52
commit c406989baf
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -308,9 +308,9 @@
margin-right: auto; margin-right: auto;
} }
.folder-icon { .folder-icon {
background: url(/img/folder.png) no-repeat 0px 0px; background: url(/img/folder.png) 6px 3px no-repeat;
width: 95px; background-size: 95px;
height: 65px; height: 69px;
display: block; display: block;
padding-top: 35px; padding-top: 35px;
} }