Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pinry
réplica de
https://github.com/pinry/pinry.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
44
Wiki
Actividad
Explorar el Código
Reduce the top margin on lightbox
tags/v1.0.0
Isaac Bythewood
hace 11 años
padre
8ec96a07ce
commit
29665a41a5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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':
10
0,
'margin-top':
7
0,
'margin-left': -context.width/2
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar