jquery-lineup
Version:
Just fix heights of the cols in the same row.
19 lines (14 loc) • 305 B
text/less
@import "vars";
.items {
position: relative;
width: (@col-width + @gutter-width + (@padding-width * 2)) * 3;
font-size: @font-size;
.item {
width: @col-width;
padding: @padding-width;
margin-right: @gutter-width;
margin-bottom: @gutter-width;
float: left;
background-color: #eee;
}
}