summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-20 16:27:47 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-20 16:27:47 -0400
commit9b97e7c3b90fb23f1e7cf6d99ef5a4c0ce7729c0 (patch)
tree788bab5fc2be2cafe1116b963788af9266cdcc53 /actions/shownotice.php
parent51908f59cea52894c62c070361eab62d6a782f42 (diff)
highlight notice
darcs-hash:20080520202747-84dde-d0c7a1ac57b8caab5498978cc8108e92243e22fb.gz
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 48e5861dd..05c547301 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,