diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 17:26:47 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 17:35:20 +0100 |
commit | 90af15a4f670d6e2fa7e7bc73210f4c0ac4ee3ba (patch) | |
tree | 532a17f40456c50107745f1782158c08af7df00d /style.css | |
parent | bce4fed55e552c870a82ec9ac3a415eda4ce231e (diff) |
renamed files to prepare for the mobile version
the files have been renamed from game to cao.
Moreover, we now prepare them to adapt to the mobile version of the
game.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/style.css b/style.css deleted file mode 100644 index c6ecbe6..0000000 --- a/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { - background-color: #222222; - color: #dddddd; -} - -td { - border: 1px white solid; -} - -#black_card { - display: none; -} - -#white_cards { - display: none; -} - -#btn_join { - display: none; -} - -#btn_collect { - display: none; -} - -#btn_pick_black { - display: none; -} |