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 [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.