From: Matt Lee Date: Mon, 29 Nov 2010 19:46:16 +0000 (-0500) Subject: hide a little more on the profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ee21a516400fb72cbb01a208978065ff4899e11;p=quix0rs-gnu-social.git hide a little more on the profile --- diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 8a10dd02fc..9431cb5a5a 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -10,7 +10,7 @@ Enable this line to debug: /* stuff we want to hide..... */ -legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt{ display: none !important; } +legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt { display: none !important; } dl, dd { margin: 0 !important; padding: 0 !important;}