diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-24 20:58:13 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-24 20:58:13 +0100 |
commit | 09ff213d1c6b8dc42f28b9c637431bafa54146ec (patch) | |
tree | 3a002dea9720a3a7eac37fe3a74eebe8a8f6cc90 /theme | |
parent | e7ae36b52a8192021f3a48f1a3929bbeee877ccd (diff) |
Using hCard label instead of location. Matches userprofile.
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |