ソースを参照

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



読み込み中…
キャンセル
保存