diff --git a/client/index.css b/client/index.css index 19562a4..f376f54 100644 --- a/client/index.css +++ b/client/index.css @@ -148,6 +148,7 @@ button#leave { font-weight: bold; padding-top: 5px; width: 200px; + height: 80px; } #game_canvas { margin-left: 300px; @@ -230,3 +231,8 @@ dialog.unsupported { display: none; z-index: 10; } +#mob_rotate { + font-size: 200%; + margin: auto; + margin-top: 20px; +} diff --git a/client/index.html b/client/index.html index efea28c..0483b7b 100644 --- a/client/index.html +++ b/client/index.html @@ -29,7 +29,7 @@

Statistics

Players online: - Players in game: + Games in progress: Total games since server started: You've played in matches this session.
@@ -47,7 +47,7 @@

How to play

-

This is a guessing game inspired by Battleship, however this one works quite differently.

+

This is a web version of Battleship with a few differences.

+