]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed some group list styles
authorSarven Capadisli <csarven@status.net>
Fri, 6 Nov 2009 14:26:13 +0000 (15:26 +0100)
committerSarven Capadisli <csarven@status.net>
Fri, 6 Nov 2009 14:26:13 +0000 (15:26 +0100)
lib/grouplist.php
theme/base/css/display.css

index 39a9b2d948c0b674d149a5ae97b466ccf7734ec0..d9547acb995049132da8a0cc5a3dcfdfafdfa89b 100644 (file)
@@ -105,7 +105,7 @@ class GroupList extends Widget
                                          'alt' =>
                                          ($this->group->fullname) ? $this->group->fullname :
                                          $this->group->nickname));
-        $hasFN = ($this->group->fullname) ? 'nickname url' : 'fn org nickname url';
+        $hasFN = ($this->group->fullname) ? 'nickname' : 'fn org nickname';
         $this->out->elementStart('span', $hasFN);
         $this->out->raw($this->highlight($this->group->nickname));
         $this->out->elementEnd('span');
index f9ed80aa9a908025fd0b6bcf4cf5d4fbb366fc99..1bab7d965d5f7762867385e7413e6abd1132ef79 100644 (file)
@@ -787,7 +787,7 @@ display:none;
 list-style-type:none;
 }
 .profile .entity_profile .fn.nickname,
-.profile .entity_profile .url[rel=contact] {
+.profile .entity_profile .url[rel~=contact] {
 margin-left:0;
 display:inline;
 }