Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
maker
/
sito-hackit-18
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
bc3ef0a320
Branches
Tags
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'
);
});