http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/

If you add the following to tutorial #1, the layout goes haywire:

<div class="column span-4">
   Nothing here:
</div>
<div class="column span-20 last">
</div>


If there is a non-breaking space in the right div, then it's ok.
<div class="column span-20 last">
&nbsp;
</div>

But I know there's got to be a css solution rather than putting a non-
breaking space in the source page.

--

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


Reply via email to