From 7f17a1954f153ecdfecd524d3f7c921b3b0bd08a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 2 Nov 2007 11:23:45 +0100 Subject: 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 --- css/standard.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') 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 -- cgit v1.2.3-18-g5258