From 1ece4048560bce57436487c64f6e420077f594f2 Mon Sep 17 00:00:00 2001 From: Evandro Magalhaes Leite Junior Date: Mon, 17 Mar 2014 21:56:06 +0000 Subject: [PATCH] last minute hard code for oficial release --- theme.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/theme.js b/theme.js index 19a6e4e..6431b0e 100644 --- a/theme.js +++ b/theme.js @@ -6,6 +6,10 @@ function alignBlocks(containerIndex){ if(jQuery(this).height() > longerBlock) longerBlock = jQuery(this).height(); }); + + jt.find("#block-48504 .block-inner-2").height(492); + jt.find("#block-55304 .block-inner-2").height(378); + //Aligns the blocks in the most common situations jt.find(".block-outer").height(longerBlock); //Only used for blocks with video, since it uses the size of the iframe -- libgit2 0.21.2