Added album icon before album titles. Thx again Ben.

This commit is contained in:
Chad Kieffer
2009-05-22 00:12:37 +00:00
parent de9f045094
commit 11c8a84f49
3 changed files with 9 additions and 1 deletions
+8
View File
@@ -476,6 +476,14 @@ form .gError,
background-color: #e8e8e8;
}
#gContent #gAlbumGrid .gAlbum h2 span {
background: transparent url('../images/ico-album.png') no-repeat top left !important;
display: inline-block;
height: 16px;
margin-right: 5px;
width: 16px;
}
/* Individual photo content ~~~~~~~~~~~~~~ */
#gContent #gItem {