Browse Source

Reduce the top margin on lightbox

tags/v1.0.0
Isaac Bythewood 11 years ago
parent
commit
29665a41a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pinry/static/js/lightbox.js

+ 1
- 1
pinry/static/js/lightbox.js View File

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



Loading…
Cancel
Save