diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-24 20:58:13 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:20:14 +0100 |
commit | 5e79ef58e458d8df9eb6315d3b96e1338652df51 (patch) | |
tree | b26af70298d1c1304f65384e6ab2fc398dc8bc9f /theme/base/css | |
parent | 2b3a2e6b6d0e50a8723fd970bc8d23eb1378d2ea (diff) |
Using hCard label instead of location. Matches userprofile.
Diffstat (limited to 'theme/base/css')
-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; |