From 53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 1 Nov 2008 16:51:18 -0700 Subject: CLEANUP: cleaned up CSS a bit the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there... Signed-off-by: Arun Persaud --- include/game.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'include/game.php') diff --git a/include/game.php b/include/game.php index b2df369..fb807c7 100644 --- a/include/game.php +++ b/include/game.php @@ -139,41 +139,41 @@ if($session) switch($RULES['dullen']) { case 'none': - echo "\"not\n"; break; + echo " \"not\n"; break; case 'firstwins': - echo "\"ten\n"; break; + echo " \"ten\n"; break; case 'secondwins': - echo "\"second\n"; break; + echo " \"second\n"; break; } switch($RULES['schweinchen']) { case 'none': - echo "\"no\n"; break; case 'both': - echo "\"two\n"; break; case 'second': - echo "\"second\n"; break; case 'secondaftercall': - echo "\"second\n"; break; } switch($RULES['call']) { case '1st-own-card': - echo "\"1st-own-card\"\n"; break; + echo " \"1st-own-card\"\n"; break; case '5th-card': - echo "\"5th-card\"\n"; break; + echo " \"5th-card\"\n"; break; case '9-cards': - echo "\"9-cards\"\n"; break; + echo " \"9-cards\"\n"; break; } - echo "
\n"; + echo "
\n"; echo " 10ofhearts : {$RULES['dullen']}
\n"; echo " schweinchen: {$RULES['schweinchen']}
\n"; echo " call: {$RULES['call']}
\n"; - echo "
\n
\n"; + echo " \n \n"; echo "
Score \n"; $score = generate_score_table($session); echo format_score_table_html($score,$myid); @@ -192,7 +192,7 @@ if($session) echo "This is game number $j of $i in session $session."; else echo "This is game number $j of $i in session $session."; - echo "
\n"; + echo "\n\n"; } /* display the table and the names */ -- cgit v1.2.3-18-g5258