From 75b044faf06987775c755cb6c5fdf55869416d8c Mon Sep 17 00:00:00 2001
From: Matt Lee <mattl@cnuk.org>
Date: Mon, 29 Nov 2010 14:57:32 -0500
Subject: [PATCH] more updates, styling, for single user gnu social instance

---
 theme/gnusocial/css/social.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css
index ec5b4e791f..1726166ff3 100755
--- a/theme/gnusocial/css/social.css
+++ b/theme/gnusocial/css/social.css
@@ -10,7 +10,11 @@ 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 { 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, .entities .nickname, .anon_notice, #content h1 { display: none !important; }
+
+.entity_profile dd { margin-bottom: 1em; }
+
+.notice { background-color: #eee; margin-bottom: 1em; border-top: 1px solid #ddd; }
 
 .entity_fn { font-size: 130%; }
 
-- 
2.39.5