summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-24 20:58:13 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:20:14 +0100
commit5e79ef58e458d8df9eb6315d3b96e1338652df51 (patch)
treeb26af70298d1c1304f65384e6ab2fc398dc8bc9f
parent2b3a2e6b6d0e50a8723fd970bc8d23eb1378d2ea (diff)
Using hCard label instead of location. Matches userprofile.
-rw-r--r--lib/profilelist.php2
-rw-r--r--theme/base/css/display.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index d970e605a..3e5513895 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 36f0533b1..b0ab02bce 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;