소스 검색

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



불러오는 중...
취소
저장