From 6437c15bdaac379a15d7e6392122f027d8254ec6 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 7 Jun 2008 09:01:08 -0700 Subject: LAYOUT: fixed the layout of the userpage a bit the size of the whole page is wider now and the middle column of the table is fixed to a certain width. Signed-off-by: Arun Persaud --- include/user.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'include/user.php') diff --git a/include/user.php b/include/user.php index 54ce302..7b4880d 100644 --- a/include/user.php +++ b/include/user.php @@ -129,25 +129,21 @@ if(myisset("forgot")) if($gamenrold < $gamenr) { if($gamenrold!=-1) - echo "\n $gamenr: "; + echo "\n $gamenr:\n"; else - echo "$gamenr: "; + echo "$gamenr:\n"; $gamenrold = $gamenr; + echo "\n"; } if($r[4]=='pre') - { - echo "\n p "; - - } + echo "\n p "; else if ($r[4]=='gameover') echo "\n F "; else - { - echo "\n P "; - } + echo "\n P "; if($r[4] != 'gameover') { - echo "\n "; + echo "\n\n "; if($r[3]==$myid || !$r[3]) echo "(it's your turn)\n"; else -- cgit v1.2.3-18-g5258