diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-11 15:48:05 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-11 21:52:15 -0700 |
commit | 5973166a4b936e2f8e2d923bc6dcb8bc3db89d85 (patch) | |
tree | 4e553f3afceb9cf17cfe6d46ebe8cd255d80ac62 /include/output.php | |
parent | 46319a55bbfaddcf07fed1c19120563807d9670d (diff) | |
download | e-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.tar.gz e-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.tar.bz2 e-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.zip |
BUGFIX: rewrote poverty, should fix lots of bugs
poverty should work now, even if the user doesn't do everything in one go.
Cleaned up the layout at the same time. The cards were sometime displayed below the main page, which led to a lot of empty space...
Indicating whos turns it is during the pre-game phase should now be ok.
Also cleaned up whitespaces.
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index dc10fa3..8779ad8 100644 --- a/include/output.php +++ b/include/output.php @@ -1,5 +1,5 @@ <?php -/* make sure that we are not called from outside the scripts, +/* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ if(!isset($HOST)) @@ -228,7 +228,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard001.css" /> + <link rel="stylesheet" type="text/css" href="css/standard002.css" /> <script type="text/javascript"> function hl(num) { if(document.getElementById){ |