Fixed some group list styles

This commit is contained in:
Sarven Capadisli 2009-11-06 15:26:13 +01:00
parent 1c72461394
commit 87543292d1
2 changed files with 2 additions and 2 deletions

View 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');

View 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;
}