LAYOUT: fixed position of .joingame (had left:0;)
authorArun Persaud <arun@nubati.net>
Wed, 23 Nov 2011 03:52:36 +0000 (19:52 -0800)
committerArun Persaud <apersaud@lbl.gov>
Wed, 23 Nov 2011 03:52:36 +0000 (19:52 -0800)
css/standard.css
include/output.php

index e22dafc0aa3d2940b86fa3184a318ef0be034aaa..5046a6183b943cd3395ecbae9aca623f5f784c73 100644 (file)
@@ -128,6 +128,7 @@ footer .left  { float:left;         font-size:smaller;}
  background-color: #fff;
  width: 20%;
  top: 30%;
+ left: 40%;
  margin: auto;
  text-align: center;
  z-index:22;
index 50da5791cf5d073de06dc2d5e5f17b7cd41c6f02..96ab1140789bf9a55f0ce595b76e1ca12905dacb 100644 (file)
@@ -411,7 +411,7 @@ function output_header()
      <meta name="viewport" content="width=device-width; initial-scale=1.0;" />
      <link rel="shortcut icon" href="pics/edoko-favicon.png" />
      <link rel="stylesheet" href="css/normalize.css?v=1" />
-     <link rel="stylesheet" href="css/standard.css?v=39" />
+     <link rel="stylesheet" href="css/standard.css?v=40" />
      <link rel="stylesheet" href="css/dateinput.css?v=1"/>
      <script type="text/javascript" src="include/jquery.js"> </script>
      <script type="text/javascript" src="include/jquery.tablesorter.js"></script>