moved players positinon around the table a bit to center them better
authorArun Persaud <arun@nubati.net>
Sat, 8 Oct 2011 03:26:56 +0000 (20:26 -0700)
committerArun Persaud <apersaud@lbl.gov>
Sat, 8 Oct 2011 03:26:56 +0000 (20:26 -0700)
css/standard.css
include/output.php

index 5624cb5bc5cd83a696c14ea6e21dbd2708c74e1f..0ca4ad25514c3aef6e2f0f9e312e8bd991d5b727 100644 (file)
@@ -191,19 +191,19 @@ div.table div {
 
 div.table div.table0 {
   top:45%;
-  right:62.5%;
+  right:63.5%;
 }
 div.table div.table1 {
-  top:0%;
-  left:43.75%;
+  top:2%;
+  left:44.75%;
 }
 div.table div.table2 {
   top:45%;
-  left:62.5%;
+  left:63.5%;
 }
 div.table div.table3 {
-  bottom:0%;
-  left: 43.75%;
+  bottom:2%;
+  left: 44.75%;
 }
 
 /* display the card tricks */
index 0d8dcabe1e51c2befbf68aeef2c97c738794893a..03319915b867b88b1a7b733075802215fdbb9db2 100644 (file)
@@ -378,7 +378,7 @@ function output_header()
      <meta charset="utf-8" />
      <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=32" />
+     <link rel="stylesheet" href="css/standard.css?v=34" />
      <link rel="stylesheet" media="screen and (max-width: 600px)" href="css/narrow.css?v=2" />
      <link rel="stylesheet" href="css/dateinput.css?v=1"/>
      <script type="text/javascript" src="include/jquery.js"> </script>