Files @ 8d9cae60a40d
Branch filter:

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

Benjamin Lion
Papers for the SEFM conference; hidden html page with links to papers.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});