diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-24 22:40:59 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:20:27 +0100 |
commit | aeab594d320f422c45a6799cf36e87e2ace9ed07 (patch) | |
tree | f61934e72828fd7ff42e6c512d88bb5d902bd211 /theme/cloudy | |
parent | b4a4438abd5780fbbdd70a02a4772db2473ec8a1 (diff) |
location -> label class for cloudy
Diffstat (limited to 'theme/cloudy')
-rw-r--r-- | theme/cloudy/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css index d9e9f3ce2..d1b9d198d 100644 --- a/theme/cloudy/css/display.css +++ b/theme/cloudy/css/display.css @@ -873,7 +873,7 @@ display:inline; } .profile .entity_profile .fn, -.profile .entity_profile .location { +.profile .entity_profile .label { margin-left:11px; margin-bottom:4px; width:auto; |