Reduce the top margin on lightbox

This commit is contained in:
Isaac Bythewood
2013-02-27 04:37:42 +00:00
parent 8ec96a07ce
commit 29665a41a5

View File

@@ -53,7 +53,7 @@ $(window).load(function() {
}); });
$('.lightbox-wrapper').css({ $('.lightbox-wrapper').css({
'width': context.width, 'width': context.width,
'margin-top': 100, 'margin-top': 70,
'margin-left': -context.width/2 'margin-left': -context.width/2
}); });