Adding a better style for message body gravatars

(imported from commit 092549851782c81390ea2efc90929191b951b997)
This commit is contained in:
Allen Rabinovich 2013-05-24 11:03:40 -07:00 committed by Tim Abbott
parent a74590ea12
commit e95187299e
1 changed files with 6 additions and 0 deletions

View File

@ -1552,3 +1552,9 @@ li.expanded_subject {
font-size: 11px;
}
.message_body_gravatar {
width: 20px;
height: 20px;
margin: 2px 2px 2px 0px;
border: 1px solid #000;
}