diff options
author | Arun Persaud <arun@nubati.net> | 2007-11-02 11:23:45 +0100 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-11-02 11:31:25 +0100 |
commit | 7f17a1954f153ecdfecd524d3f7c921b3b0bd08a (patch) | |
tree | 331c44949765d6a39ea60093083a8e3932a827d0 /css | |
parent | a41eca191e497f8821031e99920e0f053a090b1d (diff) | |
download | e-DoKo-7f17a1954f153ecdfecd524d3f7c921b3b0bd08a.tar.gz e-DoKo-7f17a1954f153ecdfecd524d3f7c921b3b0bd08a.tar.bz2 e-DoKo-7f17a1954f153ecdfecd524d3f7c921b3b0bd08a.zip |
NEW FEATURE: count game points, partly done ;)
a table will be shown now for score keeping.
fox, karlchen and dokos are accounted for
normal win, calling something and winning should be accounted for
still missing:
both parties call or one party calls and doesn't acchieve it's goal
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css index 1938472..6824726 100644 --- a/css/standard.css +++ b/css/standard.css @@ -380,4 +380,13 @@ div span img.button { .gamestatusplay { padding:0 0.3em; background-color: #15de26; +} + +.scoretable{ + height:10em; + overflow: auto; +} +table.score { + width:10em; + border-collapse:collapse; }
\ No newline at end of file |