Files @ 3ae4cc99a7e2
Branch filter:

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

Benjamin Lion
Adding committees and their members.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});