Merge pull request #4218 from PaulAdamDavis/fix-4199

Change avatars in user list back to cover
This commit is contained in:
John O'Nolan 2014-10-01 15:52:48 +02:00
commit 98feef0cf5

View File

@ -76,7 +76,7 @@ a.object-list-item {
display: block;
border: 1px solid #979797;
border-radius: 100%;
background-size: 105%;
background-size: cover;
background-position: center center;
}