From ca698e7a19e3c9da3636ebcbdd70bc5442ea79a7 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Sun, 12 Dec 2010 18:07:52 +0000 Subject: [PATCH] GeoView : different placement between googlev3 and openlayers svn: r16271 --- src/data/GeoView.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/GeoView.css b/src/data/GeoView.css index 3f64f387a..b516dc7ab 100644 --- a/src/data/GeoView.css +++ b/src/data/GeoView.css @@ -35,8 +35,10 @@ This file was created for GeoView usage. #geo-map { - margin-left:auto; + margin-left:0px; + margin-top:0px; margin-right:auto; + margin-bottom:auto; } /* InfoWindow */