]> git.cworth.org Git - lmno.games/blobdiff - empires/game.css
Add handling for a spectators list in addition to the players list
[lmno.games] / empires / game.css
index 1bb0e62eb0eada366c08f28a523def5ed75ee10d..57cd206e989ce20c41288a1d6bb4d1c99b284e6a 100644 (file)
     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;
 }