diff options
Diffstat (limited to 'template/share_buttons.st')
| -rw-r--r-- | template/share_buttons.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index ca51b23..83c387f 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,4 +1,4 @@ -<div class="buttons"> +<span class="buttons"> <img src="/static/img/share/tumblricon.png" class="share" onclick="Share.tumblr(this)"> <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> @@ -9,4 +9,4 @@ $if(dump.favorited)$ $else$ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> $endif$ -</div>
\ No newline at end of file +</span>
\ No newline at end of file |
