Curvycorners and IE8

Hi,

It looks like the curvy corners don;t work on display:table elements.

Try adding this ie8 rule inside your CC comments.

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="http://pintotours.net/Pinto/scripts/curvycorners.js"></script>
<style>
.column-wrapper{
    display:block;
}
</style>
<![endif]-->

I can’t guarantee that it may not cause problems later in IE8 but it seems to fix the corner problem.