fixed users view

v1.18.x
psychobunny 11 years ago
parent 3be951367f
commit f53d783d3d

@ -311,6 +311,33 @@
}
}
.users {
#users-container {
padding: 0;
}
.users-box{
display: inline-block;
margin-top: 20px;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: auto;
max-width: 125px;
img {
width:80px;
height:80px;
}
a {
margin-bottom:5px;
}
}
}
.tags {
.tag-list {
h3 {

Loading…
Cancel
Save