Changeset 7934
- Timestamp:
- 09/03/08 00:10:56 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
addins/bookmark/trunk/theme/default/bookmark.css
r7931 r7934 53 53 } 54 54 .olControlBookmarkMaximizeButton { 55 background-image: url("http://openlayers.org/api/ theme/default/img/layer-switcher-maximize.png");55 background-image: url("http://openlayers.org/api/img/layer-switcher-maximize.png"); 56 56 background-repeat: no-repeat; 57 57 width: 18px; … … 63 63 } 64 64 .olControlBookmarkMinimizeButton { 65 background-image: url("http://openlayers.org/api/ theme/default/img/layer-switcher-minimize.png");65 background-image: url("http://openlayers.org/api/img/layer-switcher-minimize.png"); 66 66 background-repeat: no-repeat; 67 67 width: 18px;
