twitter: Specify a width for the Twitter avatars.

This should make their size totally known to the DOM,
which should prevent jumpiness when they load.

(imported from commit 564d920014f5bc52c217adf54c2f5bab6ba625e0)
This commit is contained in:
Waseem Daher 2013-03-08 16:40:06 -05:00
parent 2f644f8439
commit 244b239828

View File

@ -1049,6 +1049,7 @@ table.floating_recipient {
.twitter-avatar {
float: left;
width: 48px;
height: 48px;
padding-right: .75em;
margin-right: .75em;
}