Move to bootstrap 3, better design, move all vendor items local.

This commit is contained in:
Isaac Bythewood
2013-09-24 23:02:00 +00:00
parent 795a905596
commit 50d61af22a
31 changed files with 23095 additions and 159 deletions

View File

@@ -56,8 +56,8 @@ $(window).load(function() {
});
$('.lightbox-wrapper').css({
'width': context.image.standard.width,
'margin-top': 70,
'margin-bottom': 70,
'margin-top': 80,
'margin-bottom': 80,
'margin-left': -context.image.standard.width/2
});
if ($('.lightbox-wrapper').height()+140 > $(window).height())