diff options
author | Arun Persaud <arun@nubati.net> | 2009-01-03 13:12:40 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-01-03 13:12:40 -0800 |
commit | 201a4468bbaf511b5ba6727c75c4a655261649ba (patch) | |
tree | 58ff47fcd3787ef5a779e9c67ccbbee44c6e0444 /include/output.php | |
parent | 11882439a450641bf0d4dd048775d0bdfb592642 (diff) | |
download | e-DoKo-201a4468bbaf511b5ba6727c75c4a655261649ba.tar.gz e-DoKo-201a4468bbaf511b5ba6727c75c4a655261649ba.tar.bz2 e-DoKo-201a4468bbaf511b5ba6727c75c4a655261649ba.zip |
LAYOUT: fixed a bug in the footer
the right margin was incorrect, fixed now.
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 bbd16af..dc6f793 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/standard016.css" /> + <link rel="stylesheet" type="text/css" href="css/standard017.css" /> <script type="text/javascript" src="include/game.js"> </script> </head> <body onload="high_last();"> |