set size of contact images to improve rendering
This commit is contained in:
parent
5e02519a13
commit
6745f07817
2 changed files with 8 additions and 0 deletions
|
@ -1807,6 +1807,10 @@ a.mail-list-link {
|
||||||
.contact-block-link {
|
.contact-block-link {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.contact-block-img {
|
||||||
|
width:48px;
|
||||||
|
height:48px;
|
||||||
|
}
|
||||||
|
|
||||||
#tag-remove {
|
#tag-remove {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
|
@ -1933,6 +1933,10 @@ a.mail-list-link {
|
||||||
.contact-block-link {
|
.contact-block-link {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.contact-block-img {
|
||||||
|
width:48px;
|
||||||
|
height:48px;
|
||||||
|
}
|
||||||
|
|
||||||
#tag-remove {
|
#tag-remove {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
Loading…
Reference in a new issue