diff options
-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();"> |