On Mon, Nov 16, 2009 at 5:25 PM, Phillip Senn <[email protected]> wrote: > If I use all 24 columns, can I just get away with > div class="container" > and not follow it up with div class="span-24"?
.span-24 is mostly for people who use nested columns to have multiple rows of columns in one .container. If you are going to use all 24 columns in a single .container, then you have to ask yourself... do you even need the .container? Maybe just a <div> would do. -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=.
