If you wrap your h2 element with <div class="span-24 last"> <h2>Your Work</h2> </div>
Is that the look you are looking for? On Mon, Feb 23, 2009 at 7:38 PM, David Copeland <[email protected]> wrote: > > I'm not sure I understand what you mean by "the columns should be in > the source tree", but I changed the markup to > > <h2 class="span-24 last">Your Work</h2> > > and it didn't seem to have any effect: > > http://www.naildrivin5.com/bp/busted2/ > > Dave > > On Mon, Feb 23, 2009 at 9:30 PM, Christian Montoya <[email protected]> wrote: >> >> On Mon, Feb 23, 2009 at 9:05 PM, davetron5000 <[email protected]> wrote: >>> >>> http://naildrivin5.com/bp/busted/ >>> >>> If I add <br clear="all" /> after each row, it looks how I'd expect: >>> >>> http://naildrivin5.com/bp/desired/ >>> >>> What is going on here? My understanding was that the "last" class was >>> used to finish out a row. It rarely does. If I add the "clear" >>> class, things get more messed up, but a <br clear="all" /> seems to >>> set things right. What is going on? >> >> You can't have: >> >> <h2 class="stories">Your Work</h2> >> >> Where the "columns" should be in the source tree. If you want it to >> look as it should, you should make it: >> >> <h2 class="stories span-24">Your Word</h2> >> >> -- >> -- >> 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] 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 -~----------~----~----~----~------~----~------~--~---
