From 29665a41a5a5f2f15cd08968ba7aafe378609bc7 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Wed, 27 Feb 2013 04:37:42 +0000 Subject: [PATCH] Reduce the top margin on lightbox --- pinry/static/js/lightbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinry/static/js/lightbox.js b/pinry/static/js/lightbox.js index 39f030d..68e27e3 100644 --- a/pinry/static/js/lightbox.js +++ b/pinry/static/js/lightbox.js @@ -53,7 +53,7 @@ $(window).load(function() { }); $('.lightbox-wrapper').css({ 'width': context.width, - 'margin-top': 100, + 'margin-top': 70, 'margin-left': -context.width/2 });