From 79916b49fbea384981eba250080ce92a61d4c350 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 12 Aug 2008 12:35:40 +0000 Subject: groups pages interface fixes/cleanup git-svn-id: https://code.elgg.org/elgg/trunk@1854 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 3bba536c0..39bdfbe1d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2035,9 +2035,12 @@ a.toggle_customise_edit_panel:hover { #group_stats { width:180px; background: #eeeeee; - padding:10px 10px 1px 10px; + padding:10px; margin:10px 0 20px 0; } +#group_stats p { + margin:0; +} #group_members { margin:10px; } -- cgit v1.2.3