> We need this CSS framework to support the addition of padding and > borders to columns somehow, without getting really hacky... and every > solution I've seen elsewhere when searching this group doesn't seem to > fit my need here.
If you find such a thing, please share! This is just how most of the grid frameworks work. Widths are being declared in a way that borders and padding will disrupt the logic especially if you begin to nest objects. The only real fix is to expand the CSS to accommodate your specific needs. Alas, it'd be hard to do that generically without massively bloating the CSS. -DA -- 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.
