diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-07 20:26:56 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-07 20:26:56 -0700 |
commit | 6bb40ad539c14101b609018998d5045e88e2ace4 (patch) | |
tree | d5ef08e8fa9b9aa37a9d1652ba40ec0029f34bc9 /include/output.php | |
parent | c3ece206278ca4f719bf77bb71e4798ccaf2a45a (diff) | |
download | e-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
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |