Files @ a7fe4bfdab2b
Branch filter:

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

Benjamin Lion
change dates of the conference.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});