Carousel gets pushed below navbar in IE 10
Created by: gtandeciarz
Open the carousel example in internet explorer 10 - you'll see that the carousel gets pushed below the nav bar (not behind it as it should be).
This is the same issue as this: http://stackoverflow.com/questions/13440230/why-does-the-ie-display-the-bootstrap-theme-wrong-what-could-i-change-in-the-st
You can also view it using netrenderer if you don't have access to IE10 http://netrenderer.com/index.php http://twitter.github.com/bootstrap/examples/carousel.html
This is fixed if run in <meta http-equiv="X-UA-Compatible" content="IE=9" />
but then you lose the rounded corners.