LAYOUT: fixed a bug in the footer
authorArun Persaud <arun@nubati.net>
Sat, 3 Jan 2009 21:12:40 +0000 (13:12 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 3 Jan 2009 21:12:40 +0000 (13:12 -0800)
the right margin was incorrect, fixed now.

css/standard017.css [moved from css/standard016.css with 99% similarity]
include/output.php

similarity index 99%
rename from css/standard016.css
rename to css/standard017.css
index 0e49111e2b7d660c720877248453fe900f6b1b3a..52e44497a1b0f6a227a335fbe7ff849d80847c8a 100644 (file)
@@ -48,11 +48,7 @@ body { background-color: #ddd; }
 }
 
 .footer {
 }
 
 .footer {
-  float: left;
-  clear: both;
-  width: 100%;
   background-color: #fff;
   background-color: #fff;
-  margin:0;
   margin-left: 3em;
   margin-right: 3em;
   padding:0;
   margin-left: 3em;
   margin-right: 3em;
   padding:0;
index bbd16af4360565291484c42d6734f585908e578d..dc6f793f92642c49d155aa1bb045ddbc4a4e85ca 100644 (file)
@@ -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" />
      <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();">
      <script type="text/javascript" src="include/game.js"> </script>
   </head>
 <body onload="high_last();">