bodypadding.js 95 B

123
  1. $(document).ready(function(){
  2. $('body').css('padding-top', $('.navbar').height()+'px');
  3. });