Remove bullets from user's groups list

This commit is contained in:
aroquen 2015-07-26 11:20:33 +02:00
parent dc9342f184
commit 8056aec93e
1 changed files with 4 additions and 0 deletions

View File

@ -1615,6 +1615,10 @@ ul.profile_list li {
margin-bottom: 20px;
}
ul.profiles.groups {
list-style-type:none;
}
.profile_list .h-card .u-photo {
margin-right: 4px;
}