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 | |
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.
-rw-r--r-- | css/standard017.css (renamed from css/standard016.css) | 4 | ||||
-rw-r--r-- | include/output.php | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/css/standard016.css b/css/standard017.css index 0e49111..52e4449 100644 --- a/css/standard016.css +++ b/css/standard017.css @@ -48,11 +48,7 @@ body { background-color: #ddd; } } .footer { - float: left; - clear: both; - width: 100%; background-color: #fff; - margin:0; margin-left: 3em; margin-right: 3em; padding:0; 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();"> |