summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/play.html b/play.html
index 537759c..064d054 100644
--- a/play.html
+++ b/play.html
@@ -142,12 +142,12 @@
/* MAP WITH ARMIES, FLEETS, AND MARKERS */
-.map.greek, .map.greek > div {
+#map.greek, #map.greek > div {
transform: rotate(180deg);
transform-origin: center;
}
-.map {
+#map {
position: relative;
width: 1240px;
height: 878px;
@@ -157,7 +157,7 @@
margin: 0 auto;
}
-.map.hide_markers > div {
+#map.hide_markers > div {
visibility: hidden;
}
@@ -331,7 +331,7 @@
<div id="grid_center">
- <div id="map" class="map">
+ <div id="map">
<div id="campaign" class="marker campaign_1"></div>
<div id="bridge" class="bridge"></div>