summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-04-01 00:48:45 -0700
committertimb <timb@mb.home>2010-04-01 00:48:45 -0700
commitf3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch)
treeec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /template/share_buttons.st
parent70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff)
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index 883c66d..f446c43 100644
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -1,6 +1,7 @@
-<div class="share-buttons">
-<img src="/static/tumblricon.png" class="share-button" onclick="Share.tumblr(this)">
-<img src="/static/fbbutton.png" class="share-button" onclick="Share.facebook(this)">
-<img src="/static/twittericon.png" class="share-button" onclick="Share.twitter(this)">
-<img src="/static/delishicon.png" class="share-button" onclick="Share.delicious(this)">
+<div class="buttons">
+<img src="/static/thumbup.gif" class="fav" onclick="Like(this)">
+<img src="/static/share/tumblricon.png" class="share" onclick="Share.tumblr(this)">
+<img src="/static/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
+<img src="/static/share/twittericon.png" class="share" onclick="Share.twitter(this)">
+<img src="/static/share/delishicon.png" class="share" onclick="Share.delicious(this)">
</div> \ No newline at end of file