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
This commit is contained in:
ahocevar
2008-03-31 11:24:28 +00:00
parent b1a9f9b662
commit f5af355a17

View File

@@ -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;
}