diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-06 15:26:13 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-06 15:26:13 +0100 |
commit | 87543292d18409e7b4f3c4876172d414d39183fd (patch) | |
tree | ae5a67db8d4b175ebbe7ceb17aa26ab6fad7d4d4 /theme | |
parent | 1c724613946d0cc5521b89507aa78dd3e69d5f52 (diff) |
Fixed some group list styles
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 f9ed80aa9..1bab7d965 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -787,7 +787,7 @@ display:none; list-style-type:none; } .profile .entity_profile .fn.nickname, -.profile .entity_profile .url[rel=contact] { +.profile .entity_profile .url[rel~=contact] { margin-left:0; display:inline; } |