Skip to content

Commit

Permalink
Simplify over-targetted CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 30, 2009
1 parent 31dcdcc commit 64d4039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/organize/css/organize.css
Expand Up @@ -18,7 +18,7 @@
width: 25%;
}

#gOrganize .yui-gf #gMessage {
#gMessage {
margin-bottom: .4em;
width: 75%;
white-space: nowrap;
Expand Down Expand Up @@ -114,11 +114,11 @@
padding: .5em;
}

#gOrganizeMicroThumbPanel #gOrganizeMicroThumbGrid .gAlbum {
#gOrganizeMicroThumbGrid .gAlbum {
background-color: #e8e8e8;
}

#gOrganizeMicroThumbPanel #gOrganizeMicroThumbGrid :hover {
#gOrganizeMicroThumbGrid :hover {
opacity: 1;
}

Expand Down

0 comments on commit 64d4039

Please sign in to comment.