Changeset 7095 for trunk/openlayers/examples/custom-control.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/custom-control.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/custom-control.html
r6497 r7095 3 3 <title>Custom Control Example</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 <style type="text/css"> 6 #map { 7 width: 512px; 8 height: 512px; 9 border: 1px solid black; 10 } 11 </style> 5 <link rel="stylesheet" href="style.css" type="text/css" /> 12 6 <script src="../lib/OpenLayers.js"></script> 13 7 <script type="text/javascript"> … … 59 53 </p> 60 54 61 <div id="map" ></div>55 <div id="map" class="smallmap"></div> 62 56 63 57 <div id="docs"></div>
