I was trying to debug an issue and noticed something that felt odd. In the page.jsp we have a <div id="pageContent" class="container-fluid> which seems it should contain the page content and fluid-rows. It does contain the tab headers but it doesn't contain the tab content. A sibling tag to that is <div class="row-fluid"> which contains all the tab content. I think we should nest that second div inside the first div but I wanted to make sure it wouldn't break anything. I did move it on my dev box and it seemed to work but wasn't sure if anyone knew the reason it was split like that to begin with.
Chris
