diff options
Diffstat (limited to 'template/frontpage_share_buttons.st')
| -rwxr-xr-x | template/frontpage_share_buttons.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/frontpage_share_buttons.st b/template/frontpage_share_buttons.st index 1ee07d6..d5bdb01 100755 --- a/template/frontpage_share_buttons.st +++ b/template/frontpage_share_buttons.st @@ -3,7 +3,7 @@ $if(dump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')"> $else$ - <div style="position: relative"> + <div class="is-relative"> <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')"> </div> $endif$ |
