jquery-lineup
Version:
Just fix heights of the cols in the same row.
23 lines (19 loc) • 386 B
text/less
@import "vars";
.items {
width: auto;
margin: 0;
padding: 0;
font-size: @font-size;
li {
display: inline-block;
*zoom: 1;
vertical-align: top;
width: @col-width;
margin-right: @gutter-width;
}
.item {
background-color: @col-bg;
padding: @padding-width;
margin-bottom: @gutter-width;
}
}