Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
maker
/
sito-hackit-18
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
04d5025792
Ramas
Etiquetas
master
sito-hackit-18
/
themes
/
hackit0x15
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
Histórico
Raw
1
2
3
$(
document
).ready(
function
(
)
{
$(
'body'
).css(
'padding-top'
, $(
'.navbar'
).height()+
'px'
);
});