From 570cf9a5df8587854565b117ea4ab57a58b28d7e Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 12 Jun 2010 17:21:23 +0000 Subject: [PATCH] Removed table from the place map division because of problem associated with drifting when changing providers. Thank you Serge Noiraud. svn: r15560 --- src/plugins/webreport/NarrativeWeb.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 544a4804e..e57242620 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2363,6 +2363,17 @@ class PlacePage(BasePage): div#maps { height: 500px; } + div#googlev3 { + height: 400px; + width: 500px; + display: none; + border: solid 1px #000; + } + div#openlayers { + height: 400px; + width: 500px; + border: solid 1px #000; + }