set size of contact images to improve rendering

This commit is contained in:
Chris Case 2011-02-11 18:26:07 -08:00
parent 5e02519a13
commit 6745f07817
2 changed files with 8 additions and 0 deletions

View file

@ -1807,6 +1807,10 @@ a.mail-list-link {
.contact-block-link {
float: left;
}
.contact-block-img {
width:48px;
height:48px;
}
#tag-remove {
margin-bottom: 15px;

View file

@ -1933,6 +1933,10 @@ a.mail-list-link {
.contact-block-link {
float: left;
}
.contact-block-img {
width:48px;
height:48px;
}
#tag-remove {
margin-bottom: 15px;