highlight notice

darcs-hash:20080520202747-84dde-d0c7a1ac57b8caab5498978cc8108e92243e22fb.gz
This commit is contained in:
Evan Prodromou 2008-05-20 16:27:47 -04:00
parent 51908f59ce
commit 9b97e7c3b9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class ShownoticeAction extends Action {
function show_notice($notice) {
$profile = $notice->getProfile();
# XXX: RDFa
common_element_start('div', array('class' => 'notice'));
common_element_start('div', array('class' => 'notice greenBg'));
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
if ($avatar) {
common_element('img', array('src' => $avatar->url,