Hi,
I found this bug feature(?)] when I tried Jesse Storimer tutorial "A
Closer Look At the Blueprint CSS Framework" based on BluePrint 0.7 see
this:
http://net.tutsplus.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/comment-page-3/

live demo of his tutorial is there
http://nettuts.s3.amazonaws.com/158_blueprint/src/index.html

Problem is with push-x inside footer div with copyright block when you
use BluePrint 0.9.1.10

Note that I fixed this behavior by changing grid.css (0.9.1.10)
FROM>
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, 
.span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, 
.span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, 
.span-24
{float:left;margin-right:10px;}

TO>
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5,
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10,
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15,
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20,
div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-
right:10px;}

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