Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
maker
/
sito-hackit-18
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4bd0e12be2
Branches
Tags
master
sito-hackit-18
/
themes
/
hackit0x14
/
static
/
js
/
bodypadding.js
bodypadding.js
95 B
History
Raw
1
2
3
$(document).ready(function(){
$('body').css('padding-top', $('.navbar').height()+'px');
});