summaryrefslogtreecommitdiffstats
path: root/include/output.php
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/output.php
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/output.php')
-rw-r--r--include/output.php2
1 files changed, 1 insertions, 1 deletions
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>