]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using hCard label instead of location. Matches userprofile.
authorSarven Capadisli <csarven@status.net>
Wed, 24 Mar 2010 19:58:13 +0000 (20:58 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 25 Mar 2010 21:20:14 +0000 (22:20 +0100)
lib/profilelist.php
theme/base/css/display.css

index d970e605ad817126f6c6eb274389bd640129feac..3e5513895ce5c4caebdde866e30b0eeb6f111f7a 100644 (file)
@@ -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');
         }
index 36f0533b14463adbe781a7c8d7cb819923f9e70d..b0ab02bcecd2c275b711feea22267e1a197360fc 100644 (file)
@@ -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;