Changeset 7534
- Timestamp:
- 07/17/08 09:21:51 (1 month ago)
- Files:
-
- trunk/openlayers/examples/vector-features.html (modified) (1 diff)
- trunk/openlayers/theme/default/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/vector-features.html
r7095 r7534 108 108 Shows the use of the shows drawing simple vector features, in different styles. 109 109 </p> 110 111 <div id="map" class="smallmap"></div>112 110 <div style="text-align: right"> 111 <div id="map" class="smallmap"></div> 112 </div> 113 113 <div id="docs"> 114 114 <p>This example shows drawing simple vector features -- point, line, polygon trunk/openlayers/theme/default/style.css
r7422 r7534 1 1 div.olLayerDiv { 2 -moz-user-select: none 2 -moz-user-select: none; 3 text-align: left; 3 4 } 4 5
