Files @ 70d013e42f96
Branch filter:

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

Benjamin Lion
Add best paper award to the news; cross the date for the conference.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});