diff options
Diffstat (limited to 'template/yoga/picture.css')
-rw-r--r-- | template/yoga/picture.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/yoga/picture.css b/template/yoga/picture.css index 27fd5aec8..839760053 100644 --- a/template/yoga/picture.css +++ b/template/yoga/picture.css @@ -110,13 +110,11 @@ TABLE.infoTable TD.value UL { } .rateButtonStarFull { - background: url('icon/star_f.gif') no-repeat center; - width: 16px; + background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; } .rateButtonStarEmpty { - background: url('icon/star_e.gif') no-repeat center; - width: 16px; + background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; } #comments { |