From 64860437162ea9a7647193bbbcc70538c0388a0e Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 25 Feb 2011 19:20:19 +0000 Subject: [PATCH] Update the browser.html example to support further testing. patch by cmoullet, simple example change, (Closes #3108) git-svn-id: http://svn.openlayers.org/trunk/openlayers@11539 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/browser.html | 54 +++++++++++- examples/browser.js | 189 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 241 insertions(+), 2 deletions(-) diff --git a/examples/browser.html b/examples/browser.html index af277e1398..d1cfcc2d9b 100644 --- a/examples/browser.html +++ b/examples/browser.html @@ -11,6 +11,10 @@ .olControlAttribution { bottom: 5px; } + + .tester { + margin: 3px; + }