From cad037628cc9245864345b587d68ee10cfb95c55 Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Thu, 17 Nov 2011 09:01:11 +0100 Subject: [PATCH] Fix for height of thumbs. --- js/pear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pear.js b/js/pear.js index 86cd07b0..522f009a 100644 --- a/js/pear.js +++ b/js/pear.js @@ -533,7 +533,7 @@ function bodyLoad(vm, bgcolor) { if ($.browser.msie && $.browser.version >= 8) { sib_height = sib_height + 1; } - $(this).css({"height": sib_height, "position": "", "top": "", "left": ""}); + $(this).css({"height": "", "position": "", "top": "", "left": ""}); // Remove the placeholder and hover class from the item $(this).removeClass("g-hover-item"); $("#g-place-holder").remove();