1 changed files with
27 additions and
0 deletions
|
|
|
@ -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 {
|
|
|
|
|