Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
maker
/
sito-hackit-18
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
8fe5deab92
Dallar
Biçim İmleri
master
sito-hackit-18
/
themes
/
hackit0x14
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
Geçmiş
Ham
1
2
3
$(
document
).ready(
function
(
)
{
$(
'body'
).css(
'padding-top'
, $(
'.navbar'
).height()+
'px'
);
});