horizontal match layout
This commit is contained in:
parent
89977cd87c
commit
cd2a0802e4
3 changed files with 18 additions and 2 deletions
|
@ -2162,6 +2162,13 @@ a.mail-list-link {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.profile-match-wrapper {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
}
|
||||
#profile-match-wrapper-end {
|
||||
clear: both;
|
||||
}
|
||||
.side-link {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
|
|
@ -2188,6 +2188,14 @@ a.mail-list-link {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.profile-match-wrapper {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
}
|
||||
#profile-match-wrapper-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.side-link {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue