From 1c049df1b813a2144d129e0d94d4799b0a1ad285 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 9 Jan 2007 19:10:43 +0000 Subject: [PATCH] cssss git-svn-id: http://svn.openlayers.org/trunk/openlayers@2129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Marker/Box.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Marker/Box.js b/lib/OpenLayers/Marker/Box.js index 412c875cbd..2f4f4f88e1 100644 --- a/lib/OpenLayers/Marker/Box.js +++ b/lib/OpenLayers/Marker/Box.js @@ -29,8 +29,9 @@ OpenLayers.Marker.Box.prototype = this.bounds = bounds; this.div = OpenLayers.Util.createDiv(); this.div.style.overflow = 'hidden'; + this.div.className = 'olMarkerBox'; this.events = new OpenLayers.Events(this, this.div, null); - this.setBorder(borderColor, borderWidth); + //this.setBorder(borderColor, borderWidth); }, /** Allow the user to change the box's color and border width