On Tue, Sep 22, 2009 at 3:09 AM, janwen <[email protected]> wrote:
> hi Christian Montoya: > sorry to trouble you,i see your latest.css file you write yourself, and i > see this usage in blueprint.org: > <div class="column span-5 box last"> > the question is the "column" > and then i look up the blueprint sheet,i got this answer: > ".column Use with the .span-x classes to create combination of columns in > the layout" > but i think i do not understand that exactly, and i delete the "column" with > firebug,but there is no change in your page, > could you give me some clue,thanks .column used to be required for making columns in Blueprint, but not anymore. It's a deprecated class that I have a habit of writing into my HTML. This is why you see no change when you remove it with Firebug. -- -- 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 -~----------~----~----~----~------~----~------~--~---
