From 70d70a24ebf91b6304d37adc589a5f7e3465f60e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 15 Oct 2003 08:47:14 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2477 --- html/user/.cvsignore | 1 + html/user/user.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 html/user/.cvsignore diff --git a/html/user/.cvsignore b/html/user/.cvsignore new file mode 100644 index 0000000000..fc24df6385 --- /dev/null +++ b/html/user/.cvsignore @@ -0,0 +1 @@ +schedulers.txt diff --git a/html/user/user.inc b/html/user/user.inc index 76c98457f7..128598b8b7 100644 --- a/html/user/user.inc +++ b/html/user/user.inc @@ -91,7 +91,7 @@ function show_user_summary_public($user) { // it has info that other users aren't supposed to see function show_user_page_private($user) { - start_table(); + start_table("width=80%"); show_user_profile_private($user); // NOTE: Will include the actual user profile. show_user_stats_private($user); end_table();