Hi,

You could create a new class for the combined background, then apply
it to the div which wraps around the leftCol and contentCol:

i.e. <div class="span-24" "combinedLeftColContentColBackground">

Cheers!

Dave


On Sep 25, 2:26 am, nobosh <bhellm...@gmail.com> wrote:
> Is there a right way to remove the margin-right:10px from a column w/o
> hacking blueprint?
>
> Here's my layout
>
> <div class="container">
>  <div class="span-24">
>    <div class="span-4 leftCol">
>      nav stuff
>    </div>
>    <div class="span-20 contentCol last">
>     content stuff
>    </div>
>  </div>
> </div>
>
> Right now I have a margin-right between the .leftCol and
> the .contentCol which I'd like to remove as I want them right next to
> each other so the background in leftCol and bkg color in contentCol
> line up without a gap.
>
> Is there a way to do this in BluePrint?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprint...@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to