X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=05c547301585f3dd22fecae85a7827f8057988bc;hb=bdb83be1790c089b8c236cc57c1448c787a7ecef;hp=48e5861dd874c5b63230f926e607dcc90c8ddb9f;hpb=52600ce0b063e68e622b19699841e41b5ddbf2d1;p=quix0rs-gnu-social.git 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,