]> git.cworth.org Git - empires-html/blobdiff - style.css
Don't show the "Players in the game" header when there are no players
[empires-html] / style.css
index 1a57b07c00fdd007d5609ddc1de9837011d1ca1c..89bca0c56477ade2bb19a281e1f9c45d492b2bec 100644 (file)
--- a/style.css
+++ b/style.css
@@ -55,3 +55,8 @@
 .hide-state-capture {
     display:block;
 }
+
+/* Players list starts out hidden (until a player is added). */
+#players-div {
+    display:none;
+}