diff --git a/themes/bootstrap3/static/js/bodypadding.js b/themes/bootstrap3/static/js/bodypadding.js new file mode 100644 index 0000000000000000000000000000000000000000..2a5b74c2ccc10c852fa9fc5dacb9c47e8fa98ebb --- /dev/null +++ b/themes/bootstrap3/static/js/bodypadding.js @@ -0,0 +1,3 @@ +$(document).ready(function(){ + $('body').css('padding-top', $('.navbar').height()+'px'); +}); \ No newline at end of file