Skip to content

Commit

Permalink
Merge pull request #69 from Cu8eR/Cu8eR-fix-68
Browse files Browse the repository at this point in the history
Fixes #68 - unify names for icons
  • Loading branch information
Eldenroot committed Jun 1, 2015
2 parents 3415430 + 2932976 commit e3d3166
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions inc/plugins/thankyoulike.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@ function thankyoulike_activate()
}
a.add_tyl_button span{
background-image: url(images/thankyoulike/thx_add.png);
background-image: url(images/thankyoulike/tyl_add.png);
background-repeat: no-repeat;
font-weight: bold;
}
a.del_tyl_button span{
background-image: url(images/thankyoulike/thx_del.png);
background-image: url(images/thankyoulike/tyl_del.png);
background-repeat: no-repeat;
font-weight: normal;
}
Expand Down

0 comments on commit e3d3166

Please sign in to comment.