diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 22:57:27 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 22:57:27 -0700 |
commit | f4ad53d28b8ef28698c90727d649837bf9fe474e (patch) | |
tree | 3320f20b76ca06cb22db934db718d9b394bd8919 /themes/wind/css | |
parent | fb2c365d8fdaa6941b61edac26df2f3550822e6e (diff) |
Be a bit more explicit in the application of the album icon. Apply it as a class to the span to hopefully make it's purpose a bit more obvious.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index e46ba8e6..64120cef 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -250,7 +250,7 @@ td { background-color: #e8e8e8; } -#g-content #g-album-grid .g-album h2 span { +#g-content #g-album-grid .g-album h2 span.g-album { background: transparent url('../images/ico-album.png') no-repeat top left; display: inline-block; height: 16px; |