diff --git a/WebKit/css/default.css b/WebKit/css/default.css
index 25a9df3..f754965 100644
--- a/WebKit/css/default.css
+++ b/WebKit/css/default.css
@@ -234,7 +234,7 @@ li:hover aside .reply_to, li:hover aside .repost, li:hover aside .remove, li:hov
}
.repost {
- background-position: -192px 0;
+ background-position: -192px -1px;
}
.remove {
diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js
index 328de69..1566df1 100644
--- a/WebKit/scripts/helper/Core.js
+++ b/WebKit/scripts/helper/Core.js
@@ -933,7 +933,6 @@ function(jQuery, Paths, URI, HostApp, Cache) {
Core.prototype.addVimeo = function(id, images) {
$(images).append('');
- //
}