summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-03-29 10:51:33 -0700
committerArun Persaud <arun@nubati.net>2009-03-29 10:51:33 -0700
commit6421e4b1197e105e5dabc14c09679b6321f23acd (patch)
tree49407259de53fc611d4e3e55d741cee9675423c5 /include
parent6206ef89ad9a9a1a541ecb67971815d11f12199b (diff)
downloade-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.tar.gz
e-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.tar.bz2
e-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.zip
LAYOUT: fixed a typo and made clock icon smaller
The validator should be happy again ;) and the clocks should look a bit better.
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
-rw-r--r--include/output.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 981cabc..d99f9c8 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -922,7 +922,7 @@ function display_table ()
echo " <br />\n";
echo " <span title=\"local time: ".date("Y-m-d H:i:s",$timenow). " ".
"last login: ".date("Y-m-d H:i:s",$lastlogin)."\">".
- "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />".
+ "<img src=\"pics/button/time-info.png\" class=\"tinybutton\" alt=\"time info\" />".
"</span>\n";
echo " </div>\n";
diff --git a/include/output.php b/include/output.php
index 94aaa19..702c154 100644
--- a/include/output.php
+++ b/include/output.php
@@ -300,7 +300,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/standard019.css" />
+ <link rel="stylesheet" type="text/css" href="css/standard020.css" />
<script type="text/javascript" src="include/game.js"> </script>
<script type="text/javascript" src="include/jquery.js"> </script>
<script type="text/javascript" src="include/jquery.tablesorter.js"></script>