X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fgame.css;h=57cd206e989ce20c41288a1d6bb4d1c99b284e6a;hb=50f66d5f3a3a513362ef40f11b17992522b2fffd;hp=1bb0e62eb0eada366c08f28a523def5ed75ee10d;hpb=7e0909ae536ff9257082815dbcbe17e0cda32b8a;p=lmno.games diff --git a/empires/game.css b/empires/game.css index 1bb0e62..57cd206 100644 --- a/empires/game.css +++ b/empires/game.css @@ -26,7 +26,11 @@ display:block; } -/* Players list starts out hidden (until a player is added). */ +/* Spectators and players lists start out hidden (until people are added). */ +#spectators-div { + display:none; +} + #players-div { display:none; }