]> git.cworth.org Git - lmno.games/blobdiff - empires/style.css
Implement a very simple toolbar for the host to use
[lmno.games] / empires / style.css
index b1955f04eb35caef2608a0d793616ac93f09befd..adc5a7dbc93531e8f340e3513eb6002ecaa7b690 100644 (file)
@@ -118,6 +118,11 @@ p,dl,dd {
     display:none;
 }
 
+/* Host tools start out hidden. */
+#host-tools {
+    display: none;
+}
+
 #register-form {
     max-width: 100%;
     display: grid;