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