From d52384119e925ca12924173d862836932dcc0f46 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 15:21:04 -0500 Subject: [PATCH] bring back some stuff --- 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 6cb60105fd..8c4fd7d5bc 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,.entry-content .source, .entry-content .location, .entry-content .response, #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, #content h1, .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 { display: none !important; } .entities li { display: inline; list-style: none !important; }