Files @ c30a3b0649d5
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/static/js/bodypadding.js

Hans-Dieter Hiep
Recovered changes not committed or pushed
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});