From 6bb40ad539c14101b609018998d5045e88e2ace4 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 7 Oct 2011 20:26:56 -0700 Subject: [PATCH] moved players positinon around the table a bit to center them better --- css/standard.css | 12 ++++++------ include/output.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 */ diff --git a/include/output.php b/include/output.php index 0d8dcab..0331991 100644 --- a/include/output.php +++ b/include/output.php @@ -378,7 +378,7 @@ function output_header() - + -- 2.34.1