diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:09:19 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:11:26 +0100 |
commit | 40d8fa1090ed02a1eef99e3f315f6471966eb8ff (patch) | |
tree | 71299a1b6e1a1cfb8ade5d1da105e03774c3fd1a /cao-common.css | |
parent | 2b378e3eb7e3851f5e69d9705f9318f77481cba9 (diff) |
mobile: handle the collection of the cards and the designation
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'cao-common.css')
-rw-r--r-- | cao-common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cao-common.css b/cao-common.css index c6ecbe6..c574b6d 100644 --- a/cao-common.css +++ b/cao-common.css @@ -15,6 +15,10 @@ td { display: none; } +#played_cards { + display: none; +} + #btn_join { display: none; } |