Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
maker
/
sito-hackit-18
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
03fe69f174
Branchit
Tagit
master
sito-hackit-18
/
themes
/
hackit0x15
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
Historia
Raaka
1
2
3
$(
document
).ready(
function
(
)
{
$(
'body'
).css(
'padding-top'
, $(
'.navbar'
).height()+
'px'
);
});