Commit 1ece4048560bce57436487c64f6e420077f594f2

Authored by Evandro Junior
1 parent 8b996830

last minute hard code for oficial release

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
theme.js
... ... @@ -6,6 +6,10 @@ function alignBlocks(containerIndex){
6 6 if(jQuery(this).height() > longerBlock)
7 7 longerBlock = jQuery(this).height();
8 8 });
  9 +
  10 + jt.find("#block-48504 .block-inner-2").height(492);
  11 + jt.find("#block-55304 .block-inner-2").height(378);
  12 +
9 13 //Aligns the blocks in the most common situations
10 14 jt.find(".block-outer").height(longerBlock);
11 15 //Only used for blocks with video, since it uses the size of the iframe
... ...