Fix alliance station display bugs.

This commit is contained in:
Patrick Fairbank
2017-09-23 22:15:52 -07:00
parent 951ef562e1
commit 116228bc12
4 changed files with 18 additions and 16 deletions

View File

@@ -32,7 +32,7 @@
<div id="logo" class="mode">
<img id="logoImg" src="/static/img/alliance-station-logo.gif" alt="logo" />
</div>
<div id="fieldReset" class="mode">FIELD<br />RESET</div>
<div id="fieldReset" class="mode"><div>FIELD<br />RESET</div></div>
<script>
// A unique id to differentiate this station's display from its peers.
var displayId = "{{.DisplayId}}";