It's not on a new line when I test it here.

http://i52.tinypic.com/2hf77mg.png

Kevin


On Mon, Nov 22, 2010 at 12:18 AM, Ken <kenhc...@gmail.com> wrote:

> So I'm trying blueprint css, and I'm trying to make a nested grid. I
> have a prepend-2 and span-22 div and inside it, I want to put 2 rows
> of stuff. I believe that each div within this tag is 22 columns wide.
>
> When I create a logo div with span 22, it shows up fine.
> When I create a new row div with span 20, the next span-1 shows up on
> a new row! Why does this happen? What happened to the 2 spans in the
> new row tag?
>
> HTML:
>
> <div class="container showgrid">
>        <div class="prepend-2 span-22 last">
>                <div class="span-22 last">logo</div>
>                <div class="span-20">new row</div>
>                <div class="span-1">why am i on new row</div>
>        </div>
> </div>
>
> --
> 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<blueprintcss%2bunsubscr...@googlegroups.com>
> .
> 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 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