From: Laury GvR Date: Mon, 14 Sep 2015 18:33:29 +0000 (-0400) Subject: Added height to info tab to make up for padding X-Git-Tag: V1.0.0^2~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f17f0df1f48a37e6ce99022cc5e6a763445e70ca;p=WP-Themes%2FGovernmentEmmet.git Added height to info tab to make up for padding --- diff --git a/footer.php b/footer.php index 5ca75d5..57c3b5c 100644 --- a/footer.php +++ b/footer.php @@ -44,7 +44,7 @@ var $blockquote = $('#extra'); var width = 250; $("#extra").width(width); - var height = $blockquote.height(); + var height = $blockquote.height()+30; var origPageHeight = $(".inner-wrap").height(); $blockquote.attr('data-fullheight',height+'px'); $blockquote.attr('data-fullwidth',width+'px');