projects
/
WP-Themes
/
crawfordco.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393442a
)
Added height to info tab to make up for padding
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 Sep 2015 18:33:29 +0000
(14:33 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 Sep 2015 18:33:29 +0000
(14:33 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
5ca75d5
..
57c3b5c
100644
(file)
--- 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');