diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:03:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 970ec2e8a55f37194340fa51b74f35a98d4c8b19 (patch) | |
tree | 2675220855e3e86919b28e7d6b73639d1b37651b /play.html | |
parent | 2e0185693e9caf7b1c6cd0ea053acd17ace746ff (diff) | |
download | shores-of-tripoli-970ec2e8a55f37194340fa51b74f35a98d4c8b19.tar.gz |
Use ID instead of class for map and mapwrap.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -97,7 +97,7 @@ /* MAP */ -.mapwrap { +#mapwrap { position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.8); width: 2476px; @@ -350,8 +350,8 @@ body.United_States #popup div.us_always { display: block; } <div id="grid_center"> -<div id="mapwrap" class="mapwrap fit"> -<div id="map" class="map"> +<div id="mapwrap" class="fit"> +<div id="map"> <svg id="svgmap" width="2476px" height="801px" viewBox="0 0 2476 801"> <image href="map.jpg" x="0" y="0" width="2476" height="801" /> <path class="patrol_zone" d="M184.82 276.533a136 136 0 00-136 136 136 136 0 0073.566 120.69c1.096.19 2.461.65 4.215 1.378 3.6 1.5 4.499 1.5 10.399.1 3.6-.9 10.3-2.1 15-2.7 4.7-.7 12.3-2.601 16.9-4.301 7.3-2.8 9.3-4.1 15.5-10.2 3.9-3.9 10-8.7 13.6-10.7 4.5-2.5 8.9-6.3 14-12 3.316-3.722 7.856-8.463 11.225-11.737a92.27 92.27 0 01-19.04-55.945 92.27 92.27 0 0192.075-92.26 136 136 0 00-111.44-58.325z" id="tangier_patrol_zone"/> |