Merge pull request #31 from tjohnman/post-hover-margin

On hover post pop-up margin
This commit is contained in:
Michael Walker 2015-10-08 02:29:40 +01:00
commit a144098c5c

View File

@ -77,6 +77,7 @@ onready(function(){
.css('position', 'absolute')
.css('font-style', 'normal')
.css('z-index', '100')
.css('margin-left', '1em')
.addClass('reply').addClass('post')
.insertAfter($link.parent())