diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-24 13:34:13 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-01 16:11:22 +0200 |
commit | 1ea6f67ad23fff74c2cd315107bd68eccd224153 (patch) | |
tree | 8ad96b704bd7a25a218164514fed2812efaacdaa /play.html | |
parent | b6d6cd49d0e77338c1a71640476ef17dfb89bfe9 (diff) | |
download | waterloo-campaign-1815-1ea6f67ad23fff74c2cd315107bd68eccd224153.tar.gz |
Fix bugs. Move turn track away from main board.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ <div id="hexes"></div> <div id="pieces"> -<div id="marker_turn" class="marker large y1" style="top:1660px;left:25px"></div> -<div id="marker_remain" class="marker large y3" style="top:1837px;left:109px"></div> +<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="french_hq_1" class="french large y1"></div> <div id="french_hq_2" class="french large y2"></div> |