From f5af355a172e4633a8937872ee77c4935eb9e6db Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 31 Mar 2008 11:24:28 +0000 Subject: [PATCH] Popup close image is now in the theme's img folder (closes #1472) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6733 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/style.css b/theme/default/style.css index 3920efe44d..8eab0e35b3 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -237,7 +237,7 @@ div.olControlMousePosition { * replace this image with another image which is 17px x 17px. */ .olPopupCloseBox { - background: url("../../img/close.gif") no-repeat; + background: url("img/close.gif") no-repeat; cursor: pointer; }