diff options
author | Arun Persaud <arun@nubati.net> | 2008-09-13 09:43:25 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-09-13 09:51:36 -0700 |
commit | c85a02555f543be61a122001bd430070dc45ba1d (patch) | |
tree | c8c03d00a98bb42fc2b5dfccf738776e442af237 /include/output.php | |
parent | b0430639c8bb809dc46252ad240bb883a0937527 (diff) | |
download | e-DoKo-c85a02555f543be61a122001bd430070dc45ba1d.tar.gz e-DoKo-c85a02555f543be61a122001bd430070dc45ba1d.tar.bz2 e-DoKo-c85a02555f543be61a122001bd430070dc45ba1d.zip |
LAYOUT: removed some overlapping areas
the total points and the game points for re/contra now only show up
on the "score" trick. This way they don't overlap with graphics when
looking at older tricks.
Signed-off-by: Arun Persaud <arun@nubati.net>
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 db9e2f1..f2fe524 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard011.css" /> + <link rel="stylesheet" type="text/css" href="css/standard012.css" /> <script type="text/javascript"> var current=0; function hl(num) { |