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
/
children.css
19 lines
(18 loc)
•
269 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.items
{
width
: auto;
margin
:
0
;
padding
:
0
;
font-size
:
13px
; }
.items
li
{
display
: inline-block; *
zoom
:
1
;
vertical-align
: top;
width
:
200px
;
margin-right
:
20px
; }
.items
.item
{
background-color
:
#eeeeee
;
padding
:
8px
;
margin-bottom
:
20px
; }