Explicitly size Gravatars in message bodies

Should make the page jump around less on load.

(imported from commit a4b52a545b84117d149a2d5852ea0ddb71862748)
This commit is contained in:
Keegan McAllister 2012-10-24 01:02:10 -04:00
parent f3f9fb545d
commit 9e7e4fda91
1 changed files with 2 additions and 0 deletions

View File

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