From: Sarven Capadisli Date: Wed, 24 Mar 2010 19:58:13 +0000 (+0100) Subject: Using hCard label instead of location. Matches userprofile. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e79ef58e458d8df9eb6315d3b96e1338652df51;p=quix0rs-gnu-social.git Using hCard label instead of location. Matches userprofile. --- diff --git a/lib/profilelist.php b/lib/profilelist.php index d970e605ad..3e5513895c 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -213,7 +213,7 @@ class ProfileListItem extends Widget { if (!empty($this->profile->location)) { $this->out->text(' '); - $this->out->elementStart('span', 'location'); + $this->out->elementStart('span', 'label'); $this->out->raw($this->highlight($this->profile->location)); $this->out->elementEnd('span'); } diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 36f0533b14..b0ab02bcec 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -926,7 +926,7 @@ display:inline; } .profile .entity_profile .fn, -.profile .entity_profile .location { +.profile .entity_profile .label { margin-left:11px; margin-bottom:4px; width:auto;