X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fstyle.css;h=adc5a7dbc93531e8f340e3513eb6002ecaa7b690;hp=b1955f04eb35caef2608a0d793616ac93f09befd;hb=168274653d395d2dfb6885fbb32e081dde8a2127;hpb=72c38183519d08545db713ad728c3eda564cef7a diff --git a/empires/style.css b/empires/style.css index b1955f0..adc5a7d 100644 --- a/empires/style.css +++ b/empires/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;