Rename gAlbumText to gOrganizeAlbumText for consistency since this is

an organize-only construct.
This commit is contained in:
Bharat Mediratta
2009-08-30 14:50:53 -07:00
parent a498d37763
commit 5cce88cd04
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
padding-left: 1.2em;
}
.gAlbumText:hover {
.gOrganizeAlbumText:hover {
border: 1px dashed #999;
padding: 1px;
}
@@ -63,7 +63,7 @@
cursor: pointer;
}
.gAlbumText {
.gOrganizeAlbumText {
cursor: pointer;
width: auto;
}