From 67baa38c42cf602889f08f83f2be58b085a447bd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 28 May 2008 13:48:07 -0400 Subject: take out avatar floatleft darcs-hash:20080528174807-84dde-88318f09f55ec55f5f3c8933943edc7b4504a496.gz --- lib/stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stream.php') diff --git a/lib/stream.php b/lib/stream.php index b7e9f4bb4..03fc87fc5 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' => -- cgit v1.2.3-54-g00ecf