On Tue, Sep 23, 2008 at 7:36 PM, Claudio Poli <[EMAIL PROTECTED]> wrote:
>
> hi everyone,
> I'm still pretty new to Blueprint and would like to ask if there's a
> blueprint way to do this separate vertically two divs, example:
>
> <div class="span-24" id="navigation"></div>
> ..vertical margin..
> <div class="span-24" id="content"></div>
>
> or if I can simply use my margin values in CSS on my divs.
>
> thanks

I think what you meant was:

<div class="span-12" id="navigation"></div>

<div class="span-12 last" id="content"></div>

Like this, you already have 10 pixels of vertical gutter between the
two divs. Is that what you wanted? Or do you mean to have a horizontal
margin? Or border?

-- 
--
Christian Montoya
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to