]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
take out avatar floatleft
authorEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:48:07 +0000 (13:48 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:48:07 +0000 (13:48 -0400)
darcs-hash:20080528174807-84dde-88318f09f55ec55f5f3c8933943edc7b4504a496.gz

lib/stream.php

index b7e9f4bb446e738aacebd07c0a1c089978042fd5..03fc87fc5b35c15896ef8de80a3b8060027ae46d 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 : common_default_avatar(AVATAR_STREAM_SIZE),
-                                                                       'class' => 'avatar stream floatLeft',
+                                                                       'class' => 'avatar stream',
                                                                        'width' => AVATAR_STREAM_SIZE,
                                                                        'height' => AVATAR_STREAM_SIZE,
                                                                        'alt' =>