UNPKG
jquery-lineup
Version:
latest (1.1.2)
1.1.2
1.0.4
Just fix heights of the cols in the same row.
mach3/jquery-lineup
jquery-lineup
/
demo
/
css
/
liquid.css
18 lines
(16 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.items
{
position
: relative;
width
:
708px
;
font-size
:
13px
; }
.items
.item
{
width
:
200px
;
padding
:
8px
;
margin-right
:
20px
;
margin-bottom
:
20px
;
float
: left;
background-color
:
#eee
; }
.items
{
width
: auto; }