浏览代码

Reduce the top margin on lightbox

tags/v1.0.0
Isaac Bythewood 11 年前
父节点
当前提交
29665a41a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pinry/static/js/lightbox.js

+ 1
- 1
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
});



正在加载...
取消
保存