Преглед изворни кода

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



Loading…
Откажи
Сачувај