]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
float images in stream left
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:29:01 +0000 (15:29 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:29:01 +0000 (15:29 -0400)
darcs-hash:20080520192901-84dde-a292a53eabbfad423f31d7c257875198321e322a.gz

lib/stream.php

index e167691187c344d93ce7d06473d4db85401cc62b..d1d7ab1cd51ab399304cb96bb5f39b93ce6bbe9f 100644 (file)
@@ -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' =>