moved profile/group patch from core to profile_list

This commit is contained in:
Marcus Moeller 2015-02-12 23:07:49 +01:00
parent 41da1d6403
commit 3fcb79bc1e
1 changed files with 1 additions and 6 deletions

View File

@ -161,12 +161,6 @@ address a {
} }
#core .h-card .u-photo {
float: left;
margin-right: 8px;
margin-left: 4px;
}
#aside_primary_wrapper { #aside_primary_wrapper {
background-color: transparent; background-color: transparent;
} }
@ -598,6 +592,7 @@ ul.profile_list li {
} }
.profile_list .h-card .u-photo { .profile_list .h-card .u-photo {
margin-left: 10px;
margin-right: 10px; margin-right: 10px;
} }