summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-03 21:03:39 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-03 21:03:39 -0400
commit622122468f565bfb1c52245affd07413c6aecca6 (patch)
treeddeb6cd30be6698ef0fcf539dc9920fe19e1cf7f /template/share_buttons.st
parent5215fa49a2c64d7c015e638f72bd7c4b280b0beb (diff)
sostler prod commit
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st4
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