profile match

This commit is contained in:
Friendika 2011-03-21 21:43:22 -07:00
parent c74367e4c2
commit ee11a74d0b
4 changed files with 15 additions and 4 deletions

View file

@ -2154,7 +2154,7 @@ a.mail-list-link {
float: left;
text-align: center;
width: 120px;
overflow: clip;
overflow: hidden;
}
.profile-match-break,
@ -2162,3 +2162,6 @@ a.mail-list-link {
clear: both;
}
.side-link {
margin-bottom: 15px;
}

View file

@ -2180,7 +2180,7 @@ a.mail-list-link {
float: left;
text-align: center;
width: 120px;
overflow: clip;
overflow: hidden;
}
.profile-match-break,
@ -2188,3 +2188,6 @@ a.mail-list-link {
clear: both;
}
.side-link {
margin-bottom: 15px;
}