diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -63,8 +63,10 @@ <div id="hexes"></div> <div id="pieces"> -<div id="marker_turn" class="marker large y1" style="top:1665px;left:45px"></div> -<div id="marker_remain" class="marker large y3" style="top:1857px;left:129px"></div> +<div id="marker_turn" class="marker large y1" style="top:1665px;left:53px"></div> +<div id="marker_remain" class="marker large y3 hide" style="top:1857px;left:129px"></div> +<div id="marker_french_moves" class="marker large y2 hide" style="top:1857px;left:129px"></div> +<div id="marker_prussian_moves" class="marker large y4 hide" style="top:1857px;left:129px"></div> <div id="french_hq_1" class="french large y1"></div> <div id="french_hq_2" class="french large y2"></div> |