Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
maker
/
sito-hackit-18
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5d41e84bad
Branches
Tags
master
sito-hackit-18
/
themes
/
hackit0x14
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
Historique
Raw
1
2
3
$(
document
).ready(
function
(
)
{
$(
'body'
).css(
'padding-top'
, $(
'.navbar'
).height()+
'px'
);
});