From: Evan Prodromou Date: Wed, 28 May 2008 17:48:07 +0000 (-0400) Subject: take out avatar floatleft X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=67baa38c42cf602889f08f83f2be58b085a447bd;p=quix0rs-gnu-social.git take out avatar floatleft darcs-hash:20080528174807-84dde-88318f09f55ec55f5f3c8933943edc7b4504a496.gz --- diff --git a/lib/stream.php b/lib/stream.php index b7e9f4bb44..03fc87fc5b 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -36,7 +36,7 @@ class StreamAction extends Action { $avatar = $profile->getAvatar(AVATAR_STREAM_SIZE); common_element_start('a', array('href' => $profile->profileurl)); common_element('img', array('src' => ($avatar) ? $avatar->url : common_default_avatar(AVATAR_STREAM_SIZE), - 'class' => 'avatar stream floatLeft', + 'class' => 'avatar stream', 'width' => AVATAR_STREAM_SIZE, 'height' => AVATAR_STREAM_SIZE, 'alt' =>