Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/tokumine/facebox into tokum…
Browse files Browse the repository at this point in the history
…ine/master
  • Loading branch information
defunkt committed May 12, 2008
2 parents fce84b4 + ec72c3d commit 9b8c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

$('#facebox').css({
top: getPageScroll()[1] + (getPageHeight() / 10),
left: 385.5
left: $(window).width() / 2 - 205
}).show()

$(document).bind('keydown.facebox', function(e) {
Expand Down

0 comments on commit 9b8c6e5

Please sign in to comment.