From d3163cc4ad76ea5608cdef1ec53bfa644485315a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 10 May 2008 21:42:49 -0700 Subject: [PATCH] LAYOUT: repaired the layout for starting a new game the table was offset and some text was overlayed by the table. Signed-off-by: Arun Persaud --- include/output.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/output.php b/include/output.php index 397ed64..5f46470 100644 --- a/include/output.php +++ b/include/output.php @@ -29,13 +29,11 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) function output_form_for_new_game($names) { ?> -

Players

-

Please select four players (or use the randomly pre-selected names)

-

Remember: you need to be one of the players ;)

-
+ +

Select players (Remember: you need to be one of the players)

- table + table \n"; $i++; - echo " Name: \n \n"; foreach($names as $name) { if($name==$rand) @@ -60,6 +58,7 @@ function output_form_for_new_game($names) } ?>
+

Rules

Some areas are grayed out which means that the rule is not implemented yet and therefore cannot be selected

Ten of hearts: -- 2.25.1