summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/share_buttons.st')
-rwxr-xr-xtemplate/share_buttons.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index ac41191..f10a29e 100755
--- a/template/share_buttons.st
+++ b/template/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.favorite(this)">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
</div>
$endif$