Quick style update for profile blocks.

This commit is contained in:
Samantha Doherty
2011-03-16 13:50:24 -04:00
parent 3692a09095
commit 5e40450efd
3 changed files with 29 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class ExtendedProfilePlugin extends Plugin
$user = User::staticGet('id', $profile->id);
if ($user) {
$url = common_local_url('profiledetail', array('nickname' => $user->nickname));
$out->element('a', array('href' => $url), _m('More details...'));
$out->element('a', array('href' => $url, 'class' => 'profiledetail'), _m('More details...'));
}
return true;
}