Shrink inline gravatars.

This causes our deploy message to be less huge.

(imported from commit 5649eb42df0429a6bbaf8c8fd6f8048a66d22aa8)
This commit is contained in:
Waseem Daher 2012-12-04 11:28:52 -05:00
parent a289efb425
commit 3d69853784
1 changed files with 2 additions and 2 deletions

View File

@ -511,8 +511,8 @@ table.floating_recipient {
.message_body_gravatar {
margin-bottom: 2px;
width: 30px;
height: 30px;
width: 20px;
height: 20px;
}
.userinfo_popover a {