From: Sarven Capadisli Date: Fri, 6 Nov 2009 14:26:13 +0000 (+0100) Subject: Fixed some group list styles X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87543292d18409e7b4f3c4876172d414d39183fd;p=quix0rs-gnu-social.git Fixed some group list styles --- diff --git a/lib/grouplist.php b/lib/grouplist.php index 39a9b2d948..d9547acb99 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -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'); diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f9ed80aa9a..1bab7d965d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -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; }