From fb2814e449769d69b383d1d54c114e4ec40743e8 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 15:49:57 -0500 Subject: [PATCH] updated --- theme/gnusocial/css/social.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 85e22910eb..3b09637258 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -19,7 +19,7 @@ Enable this line to debug: /* stuff we want to hide..... */ -legend, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, .section h2, .entity_profile { display: none !important; } +legend, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, .section h2, .entity_profile, .entity_subscribers { display: none !important; } #hd a{ color: white !important; } @@ -425,5 +425,4 @@ content:' and add to your friends'; } -.entity_subscriptions ul:before { content: 'Fan of...' } -.entity_subscribers { display: none !important; } \ No newline at end of file +.entity_subscriptions ul:before { content: 'Fan of...'; } \ No newline at end of file -- 2.39.5