making a style element more specific so it doesn't inadvertently apply to the book panel on the pledge page

pull/1/head
Andromeda Yelton 2012-08-02 11:25:00 -04:00
parent 6ddb6ba4e2
commit 4a63b21124
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ a {
background: url("/static/images/checkmark_small.png") left center no-repeat;
cursor: default;
}
.add-wishlist span,
.btn_wishlist .add-wishlist span,
.add-wishlist-workpage span,
.create-account span {
background: url("/static/images/booklist/add-wishlist.png") left center no-repeat;

View File

@ -149,7 +149,7 @@ a {
}
}
.add-wishlist span, .add-wishlist-workpage span, .create-account span {
.btn_wishlist .add-wishlist span, .add-wishlist-workpage span, .create-account span {
background:url("@{image-base}booklist/add-wishlist.png") left center no-repeat;
}