Files @ 72d2c165613c
Branch filter:

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

Hans-Dieter Hiep
Explicitly register for both conf and workshops
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});