-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
58 lines (48 loc) · 801 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.top-space {
margin-top:10px;
}
.left-space {
margin-left:10px;
}
.btn-lg, .btn-group-lg, .btn {
/*padding: 15px 16px 13px;*/
/*line-height: 15px;*/
margin: 15px 15px 15px;
}
body {
background-color: #F8F5F0 !important;
}
h1 {
text-align: left;
font-family: Helvetica;
}
.dh-icon {
display: block;
margin:10px 10px 10px 10px;
}
.inline-block {
display: inline-block;
float: none;
vertical-align: top;
}
.no-margin {
margin:0px 0px 0px 0px;
}
.btn {
margin:0px 0px 0px 0px;
}
#image-lists {
overflow: auto;
width: 210px;
height: 500px;
}
#image-lists li{
margin: 4px;
overflow: hidden;
}
#image-lists li img{
/*display: block;*/
/*display:table-cell;*/
/*text-align:center;*/
/*align: center;*/
}