From 710f2928c1b8183016e367c3e270316fe52ae351 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 14:52:39 -0500 Subject: [PATCH] more updates --- theme/gnusocial/css/social.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 9431cb5a5a..ec5b4e791f 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -10,7 +10,9 @@ 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 { 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, .entity_profile h2, .entity_actions h2, .entity_nickname { display: none !important; } + +.entity_fn { font-size: 130%; } dl, dd { margin: 0 !important; padding: 0 !important;}