Child: [d971b6] (diff)

Download this file

screenshots.css    22 lines (21 with data), 379 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
.sortable {
float: left;
}
.sortable .screenshot {
margin: 0 0 10px 10px;
border: 1px solid #eee;
background: #fff;
float: left;
}
.sortable .screenshot .image {
margin-left: 0;
float: left;
}
.sortable .screenshot .image img {
display: block;
}
.sortable .screenshot .controls {
margin: 50px 15px 0 20px;
width: 190px;
float: left;
}