I'm doing some tests about the subject, and i really can't find a neat
solution.
2 of the hacks that kinda work in my case are the following
1. is using the > selector to add margin for all first level elements
of the col
.col {
padding-top:10px
}
.col > * {
margin:0 10px
}
/* nested cols */
.col > .col {
margin:0px
}
2. Use a small col blueprint template using e.g. 64*10px columns and
use append-1 and prepend-1 + custom top padding to apply padding on
the column.
Your solution though looks nice if those padded classes could be
generated automatically.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---