From 3787833dc2227fa18d3603f8c5739b833204af48 Mon Sep 17 00:00:00 2001 From: Keith Henry Date: Mon, 25 Jun 2018 09:12:25 +0100 Subject: [PATCH] =?UTF-8?q?Added=20@media=20CSS=20rules=20to=20remove=20du?= =?UTF-8?q?pe=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #423 --- google-map.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/google-map.html b/google-map.html index 5049fb6..4805cbf 100644 --- a/google-map.html +++ b/google-map.html @@ -76,6 +76,20 @@ bottom: 0; left: 0; } + + @media print { + .gm-style .gmnoprint, + .gmnoprint { + display:none + } + } + + @media screen { + .gm-style .gmnoscreen, + .gmnoscreen { + display:none + } + }