X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fgame.css;h=57cd206e989ce20c41288a1d6bb4d1c99b284e6a;hp=1bb0e62eb0eada366c08f28a523def5ed75ee10d;hb=5bcc934af2effc02ea873e847bf564bbc6b61125;hpb=53c003049ece892e3f648675b897b6cea8f4dc8b 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; }