summaryrefslogtreecommitdiff
path: root/template/hall_share_buttons.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/hall_share_buttons.st')
-rwxr-xr-xtemplate/hall_share_buttons.st2
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$