Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
maker
/
sito-hackit-18
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6432996c09
Rami (Branch)
Tag
master
sito-hackit-18
/
themes
/
hackit0x15
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
Cronologia
Originale
1
2
3
$(
document
).ready(
function
(
)
{
$(
'body'
).css(
'padding-top'
, $(
'.navbar'
).height()+
'px'
);
});