The change log states that as of version .7 column is not needed. The current version is .9.1
http://github.com/joshuaclayton/blueprint-css/blob/master/CHANGELOG --- * No need for .column! You now have to use divs for columns, but you can still use span/prepend/append for other elements as well. In other words, div.span-x now implies that the element is a .column. --- Sunny On Fri, Jan 8, 2010 at 2:59 PM, CMagee <[email protected]> wrote: > Something else I noticed, the last should be within the quote marks. > > You had: > > <div class="column span-24" last> > <div class="column span-22 prepend-1 append-1"last> > > It should be: > > <div class="column span-24 last"> > <div class="column span-22 prepend-1 append-1 last"> > > Charlie Magee > > -- > 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]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/blueprintcss?hl=en. > > > >
-- 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]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
