Team:UCLondon/Templates/Header
From 2012e.igem.org
(Difference between revisions)
Line 131: | Line 131: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | + | var nHeight = $('.MBContent').height(); | |
- | + | $('.MBWikiStyle').css('height', nHeight); | |
setTimeout(function(){ | setTimeout(function(){ | ||
var nHeight = $('.MBContent').height(); | var nHeight = $('.MBContent').height(); | ||
$('.MBWikiStyle').css('height', nHeight); | $('.MBWikiStyle').css('height', nHeight); | ||
- | }, | + | },1200); |
Revision as of 00:10, 27 October 2012