summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-10-07 20:26:56 -0700
committerArun Persaud <apersaud@lbl.gov>2011-10-07 20:26:56 -0700
commit6bb40ad539c14101b609018998d5045e88e2ace4 (patch)
treed5ef08e8fa9b9aa37a9d1652ba40ec0029f34bc9
parentc3ece206278ca4f719bf77bb71e4798ccaf2a45a (diff)
downloade-DoKo-6bb40ad539c14101b609018998d5045e88e2ace4.tar.gz
e-DoKo-6bb40ad539c14101b609018998d5045e88e2ace4.tar.bz2
e-DoKo-6bb40ad539c14101b609018998d5045e88e2ace4.zip
moved players positinon around the table a bit to center them better
-rw-r--r--css/standard.css12
-rw-r--r--include/output.php2
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()
<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>