2014-02-01, 04:31:55
I think with skeleton there is a class .row so you wrap each row of columns in a <div class="row">
There isn't much documentation with skeleton that I ever found so there is for me often a bit of experimentation. So the <div class="row"> may or may not need to be class="row sixteen columns" and then the four nested columns may or may not need to have the first and last given alpha and omega classes, so maybe
<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>
<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>
but that alpha omega stuff can put you out by 10px because it is losing the 10px margin that all skeleton blocks have
There isn't much documentation with skeleton that I ever found so there is for me often a bit of experimentation. So the <div class="row"> may or may not need to be class="row sixteen columns" and then the four nested columns may or may not need to have the first and last given alpha and omega classes, so maybe
<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>
<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>
but that alpha omega stuff can put you out by 10px because it is losing the 10px margin that all skeleton blocks have