On Mon, Feb 18, 2013 at 9:12 PM, Chris Geer <[email protected]> wrote:

> 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.
>

The normal bootstrap structure is rows inside containers. Sounds like a
mistake.

Nesting shouldn't break anything but it may enforce some additional styles
limiting the width of the row.


>
> Chris
>

Reply via email to