From: Matt Lee Date: Wed, 1 Dec 2010 16:37:17 +0000 (-0500) Subject: don't want to hide that X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2be56cf354ede4df7e25e6e9e3b64564db084e58;p=quix0rs-gnu-social.git don't want to hide that --- diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 1abbeb68a4..00ef46ee00 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, .entity_profile, .entity_subscribers, #notices_primary .nickname { 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; }