From 970ec2e8a55f37194340fa51b74f35a98d4c8b19 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:03:04 +0100 Subject: Use ID instead of class for map and mapwrap. --- play.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 01a137d..31c5226 100644 --- a/play.html +++ b/play.html @@ -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; }
-
-
+
+
-- cgit v1.2.3