LAYOUT: fixed issue on user page when one player is on vacation
authorArun Persaud <arun@nubati.net>
Wed, 30 Jun 2010 04:53:08 +0000 (21:53 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 30 Jun 2010 04:53:08 +0000 (21:53 -0700)
used to have two floats, but when the second one went over two lines (due to vacation message)
the layout didn't show up correctly anymore when collapsed.

css/standard028.css [moved from css/standard027.css with 99% similarity]
include/output.php

similarity index 99%
rename from css/standard027.css
rename to css/standard028.css
index 0af0e3b971dbf507ae26ab84647a5eb272d6480c..bd34cb3ecc9c8dd7a778f01c041030a10c3a9b47 100644 (file)
@@ -538,7 +538,6 @@ div.user ul li:first-child {
 }
 .user .turn {
     padding-left: 1em;
-    float: left;
     width: 20em;
 }
 
index 13bc6f78afe7f7b7e20df445f8f25ec1ab2ebfb2..23c9199876bf5873cc189c7defb8962e308f400d 100644 (file)
@@ -376,7 +376,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/standard027.css" />
+     <link rel="stylesheet" type="text/css" href="css/standard028.css" />
      <script type="text/javascript" src="include/jquery.js"> </script>
      <script type="text/javascript" src="include/jquery.tablesorter.js"></script>
      <script type="text/javascript" src="include/game.js"> </script>