From 11c8a84f49f4812e08885120253f2175cf4b7724 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 22 May 2009 00:12:37 +0000 Subject: Added album icon before album titles. Thx again Ben. --- themes/default/css/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index aaeea9bd..007f30ed 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -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 { -- cgit v1.2.3