From 0feefaa4bce6bb688928756550b451db85ae83e0 Mon Sep 17 00:00:00 2001 From: tschaub Date: Tue, 20 Mar 2012 16:43:33 -0600 Subject: [PATCH] Moving attribution from the middle of the map. I believe this should be the default. In rare cases where people want it somewhere in the middle of the map, they should provide custom css. --- examples/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/style.css b/examples/style.css index d2a9ce1891..237f940248 100644 --- a/examples/style.css +++ b/examples/style.css @@ -69,6 +69,10 @@ h6 { font-weight: bold; } +.olControlAttribution { + bottom: 5px; +} + /** * Map Examples Specific */