Changeset 7095 for trunk/openlayers/examples/attribution.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/attribution.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/attribution.html
r6987 r7095 3 3 <title>OpenLayers Attribution Example</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 6 <style type="text/css"> 7 #map { 8 width: 512px; 9 height: 512px; 10 border: 1px solid black; 11 } 12 </style> 5 <link rel="stylesheet" href="style.css" type="text/css" /> 13 6 <script src="../lib/OpenLayers.js"></script> 14 7 … … 49 42 </p> 50 43 51 <div id="map" ></div>44 <div id="map" class="smallmap"></div> 52 45 53 46 <div id="docs">
