From 10c9e664f55a47d2c1f13a15cf304be0995cfcc0 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 16:03:15 -0500 Subject: [PATCH] updated --- theme/gnusocial/css/social.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 3b09637258..782b99dbcb 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, .entity_subscribers { 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, .entity_profile, .entity_subscribers { display: none !important; } #hd a{ color: white !important; }