summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorArun <arun@etaner.(none)>2007-10-09 12:50:22 +0200
committerArun <arun@etaner.(none)>2007-10-09 12:50:22 +0200
commitdfbea65d8ae9c21190a9fe5b69ea2ee098dcede7 (patch)
tree39ce4cd2ad74d0aac44350db65e3a921343fbb4a /functions.php
parentc0e030bb5068085ef52cc8bd0c91f025fb78045e (diff)
downloade-DoKo-dfbea65d8ae9c21190a9fe5b69ea2ee098dcede7.tar.gz
e-DoKo-dfbea65d8ae9c21190a9fe5b69ea2ee098dcede7.tar.bz2
e-DoKo-dfbea65d8ae9c21190a9fe5b69ea2ee098dcede7.zip
LAYOUT: 1st round of changes to get rid of overlapping areas
centered table, moved menus to correct place (this also fixed a bug that still showed that it was your turn in a game after you moved) and some other small changes.
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 5c98274..73d04f6 100644
--- a/functions.php
+++ b/functions.php
@@ -692,7 +692,7 @@ function display_table ()
$zone = return_timezone($offset);
date_default_timezone_set($zone);
- echo " <span class=\"table".($pos-1)."\">\n";
+ echo " <div class=\"table".($pos-1)."\">\n";
if(!$debug)
echo " $name \n";
else
@@ -792,7 +792,7 @@ function display_table ()
echo "<br />\n";
echo " <span title=\"".date("Y-m-d H:i:s")."\">local time</span>";
echo " <span title=\"".date("Y-m-d H:i:s",$lastlogin)."\">last login</span>";
- echo " </span>\n";
+ echo " </div>\n";
}
echo "</div>\n"; /* end output table */