From 9b97e7c3b90fb23f1e7cf6d99ef5a4c0ce7729c0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 16:27:47 -0400 Subject: [PATCH] highlight notice darcs-hash:20080520202747-84dde-d0c7a1ac57b8caab5498978cc8108e92243e22fb.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/shownotice.php b/actions/shownotice.php index 48e5861dd8..05c5473015 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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,