diff options
author | Arun Persaud <arun@nubati.net> | 2008-11-01 16:51:18 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-11-01 16:51:18 -0700 |
commit | 53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1 (patch) | |
tree | 3386d10b04b3b97543dbcc0094c4b305b7745be9 /include/output.php | |
parent | 90498b8b93c1ef403d62a48de9d16635316da219 (diff) | |
download | e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.tar.gz e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.tar.bz2 e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.zip |
CLEANUP: cleaned up CSS a bit
the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there...
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 86061e2..8d9336f 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/standard015.css" /> + <link rel="stylesheet" type="text/css" href="css/standard016.css" /> <script type="text/javascript" src="include/game.js"> </script> </head> <body onload="high_last();"> |