Hello,
I just started playing with blueprint and am currently trying to
display the basic example (http://wiki.github.com/joshuaclayton/
blueprint-css/quick-start-tutorial). However, I can't figure out why
the Right sidebar won't stay in its row - it gets shuffled over to the
start of the next line.
When I reduced the Right sidebar span, e.g. to 'span-3', the display
was visually correct - but then, the math is incorrect...
What am I doing wrong? I am running FF 3.0.* on Windows.
Thanks for any comment.
KC
<!-- .... default grid config. -->
<div class="container">
<div class="span-24 last">
Header
</div>
<div class="span-4">
Left sidebar
</div>
<div class="span-16">
Main content
</div>
<div class="span-4 last">
Right sidebar
</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
-~----------~----~----~----~------~----~------~--~---