]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
highlight notice
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:27:47 +0000 (16:27 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:27:47 +0000 (16:27 -0400)
darcs-hash:20080520202747-84dde-d0c7a1ac57b8caab5498978cc8108e92243e22fb.gz

actions/shownotice.php

index 48e5861dd874c5b63230f926e607dcc90c8ddb9f..05c547301585f3dd22fecae85a7827f8057988bc 100644 (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,