Explorar el Código

Reduce the top margin on lightbox

tags/v1.0.0
Isaac Bythewood hace 11 años
padre
commit
29665a41a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pinry/static/js/lightbox.js

+ 1
- 1
pinry/static/js/lightbox.js Ver fichero

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



Cargando…
Cancelar
Guardar