From 68fd2c30049d7a8812a86936bfd8d442ea919379 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 15:29:01 -0400 Subject: float images in stream left darcs-hash:20080520192901-84dde-a292a53eabbfad423f31d7c257875198321e322a.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 e16769118..d1d7ab1cd 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 : DEFAULT_STREAM_AVATAR, - 'class' => 'avatar stream', + 'class' => 'avatar stream floatLeft', 'width' => AVATAR_STREAM_SIZE, 'height' => AVATAR_STREAM_SIZE, 'alt' => -- cgit v1.2.3-54-g00ecf