From 6bb40ad539c14101b609018998d5045e88e2ace4 Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Fri, 7 Oct 2011 20:26:56 -0700
Subject: moved players positinon around the table a bit to center them better

---
 css/standard.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'css')

diff --git a/css/standard.css b/css/standard.css
index 5624cb5..0ca4ad2 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -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 */
-- 
cgit v1.2.3-18-g5258