diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 27 |
1 files changed, 6 insertions, 21 deletions
@@ -53,27 +53,12 @@ <div id="map"> <div id="spaces"></div> <div id="markers"> - <div id="marker_turn" class="marker"></div> - <div id="marker_action_round" class="marker"></div> - <div id="marker_stability_track" class="marker"></div> - <div id="marker_dem_tst" class="marker"></div> - <div id="marker_com_tst" class="marker"></div> - <div id="marker_vp" class="marker"></div> - - <!-- TODO - <div class="germany marker" id="East_Germany"> - <p class="times_held hide" id="East_Germany_times_held">1</p></div> - <div class="poland marker" id="Poland"> - <p class="times_held hide" id="Poland_times_held">1</p></div> - <div class="czech marker" id="Czechoslovakia"> - <p class="times_held hide" id="Czechoslovakia_times_held">1</p></div> - <div class="hungary marker" id="Hungary"> - <p class="times_held hide" id="Hungary_times_held">1</p></div> - <div class="romania marker" id="Romania"> - <p class="times_held hide" id="Romania_times_held">1</p></div> - <div class="bulgaria marker" id="Bulgaria"> - <p class="times_held hide" id="Bulgaria_times_held">1</p></div> - --> + <div id="marker_turn" class="marker" style="left: 653px; top: 79px;"></div> + <div id="marker_action_round" class="marker dem" style="left: 708px; top: 141px;"></div> + <div id="marker_stability_track" class="marker" style="left: 1380px; top: 1080px;"></div> + <div id="marker_dem_tst" class="marker" style="left: 52px; top: 2127px;"></div> + <div id="marker_com_tst" class="marker" style="left: 52px; top: 2256px;"></div> + <div id="marker_vp" class="marker" style="left: 846px; top: 2425px;"></div> <!-- PERMANENT EVENT MARKERS ON THE BOARD --> <div id="event_reminder_list"></div> |