1
0
Fork 0

pagination in keyword match

This commit is contained in:
Friendika 2011-03-21 21:26:11 -07:00
commit c74367e4c2
3 changed files with 55 additions and 4 deletions

View file

@ -2144,3 +2144,21 @@ a.mail-list-link {
clear: both;
}
.profile-match-photo {
float: left;
text-align: center;
width: 120px;
}
.profile-match-name {
float: left;
text-align: center;
width: 120px;
overflow: clip;
}
.profile-match-break,
.profile-match-end {
clear: both;
}

View file

@ -2169,3 +2169,22 @@ a.mail-list-link {
clear: both;
}
.profile-match-photo {
float: left;
text-align: center;
width: 120px;
}
.profile-match-name {
float: left;
text-align: center;
width: 120px;
overflow: clip;
}
.profile-match-break,
.profile-match-end {
clear: both;
}