profile-list-block.css
696 Bytes
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
.common-profile-list-block {
text-align: center;
}
.common-profile-list-block ul {
margin: 0px;
padding: 0px;
}
#content .common-profile-list-block li {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
}
.common-profile-list-block li a {
display: block;
height: 100px;
padding-top: 2px;
width: 96px;
overflow: hidden;
text-decoration: none;
font-size: 9px;
}
.msie .common-profile-list-block li a {
width: 100px;
line-height: 10px;
cursor: pointer;
}
.common-profile-list-block li div {
width: 96px;
height: 64px;
}
.common-profile-list-block li span {
display: block;
width: 92px;
}
.common-profile-list-block li img {
border: none;
}