]> git.cworth.org Git - empires-html/blobdiff - style.css
Implement a very simple toolbar for the host to use
[empires-html] / style.css
index b1955f04eb35caef2608a0d793616ac93f09befd..adc5a7dbc93531e8f340e3513eb6002ecaa7b690 100644 (file)
--- a/style.css
+++ b/style.css
@@ -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;