mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
profile match
This commit is contained in:
parent
c74367e4c2
commit
ee11a74d0b
4 changed files with 15 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue