diff options
Diffstat (limited to 'template/hall_share_buttons.st')
| -rwxr-xr-x | template/hall_share_buttons.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/hall_share_buttons.st b/template/hall_share_buttons.st index a058f4a..eb5dd64 100755 --- a/template/hall_share_buttons.st +++ b/template/hall_share_buttons.st @@ -8,7 +8,7 @@ $if(logged_in)$ $if(dump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.scorecount', '18px', '12px')"> $else$ - <div style="position: relative"> + <div class="is-relative"> <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.scorecount', '24px', '12px')"> </div> $endif$ |
