diff options
author | Arun Persaud <arun@nubati.net> | 2008-11-01 15:57:51 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-11-01 15:57:51 -0700 |
commit | 90498b8b93c1ef403d62a48de9d16635316da219 (patch) | |
tree | c9774a81e29f8473ec2729cc8f5216f871fa409d /include/output.php | |
parent | 93495e04bade7db58d447d7c2c3a51b607bd8fd6 (diff) | |
download | e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.tar.gz e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.tar.bz2 e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.zip |
LAYOUT: fixed the login screen
some html + css code cleanup
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index 17bd9e2..86061e2 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,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/standard014.css" /> + <link rel="stylesheet" type="text/css" href="css/standard015.css" /> <script type="text/javascript" src="include/game.js"> </script> </head> <body onload="high_last();"> |