another change for the index page to display columns uniformly

This commit is contained in:
tworrall 2011-07-13 20:59:42 +00:00
parent 041ec08562
commit ab4adf59ac

View file

@ -29,7 +29,7 @@
${headScripts.add('<script type="text/javascript" src="${urls.base}/js/jquery_plugins/isotope/jquery.isotope.min.js"></script>')}
<script>
var initHeight = $("#isotope-container").height();
initHeight = (initHeight + 100)/3 ;
initHeight = (initHeight/2.5)+200 ;
$("#isotope-container").css("height",initHeight + "px");
</script>
<script>