Files @ 6a89abd85d2c
Branch filter:

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

Benjamin Lion
changed workshop content to be announced.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});