diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 14:50:53 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 14:50:53 -0700 |
commit | 5cce88cd040fe33ee0f7037e0b045792d60ed9d8 (patch) | |
tree | 22274ad35f5206626cda9ac6f1b69da309758847 /modules/organize/css | |
parent | a498d3776365b6d0d14ce07a4ccd564f41b7f7be (diff) |
Rename gAlbumText to gOrganizeAlbumText for consistency since this is
an organize-only construct.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index cbd1e138..3a8a6412 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -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; } |