summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-28 13:48:07 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-28 13:48:07 -0400
commit67baa38c42cf602889f08f83f2be58b085a447bd (patch)
treed01e8d37135e897bd50d15d9b9fa46d29960a37d /lib/stream.php
parentfe66871f036f644f87e54df088f5a07f380cad29 (diff)
take out avatar floatleft
darcs-hash:20080528174807-84dde-88318f09f55ec55f5f3c8933943edc7b4504a496.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php2
1 files changed, 1 insertions, 1 deletions
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' =>