Changeset 7095 for trunk/openlayers/examples/drag-feature.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/drag-feature.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/drag-feature.html
r6145 r7095 4 4 5 5 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 6 <link rel="stylesheet" href="style.css" type="text/css" /> 6 7 <style type="text/css"> 7 #map {8 width: 512px;9 height: 512px;10 border: 1px solid gray;11 }12 8 #controls { 13 9 width: 512px; … … 73 69 </p> 74 70 75 <div id="map" ></div>71 <div id="map" class="smallmap"></div> 76 72 77 73 <div id="controls">
