diff --git a/js/post-hover.js b/js/post-hover.js index 0a03c1a2..e21cacf7 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -77,7 +77,7 @@ onready(function(){ .css('position', 'absolute') .css('font-style', 'normal') .css('z-index', '100') - .css('margin-left', '1em') + .css('margin-left', '1em') .addClass('reply').addClass('post') .insertAfter($link.parent())