OpenLayers OpenLayers
Show
Ignore:
Timestamp:
05/08/08 04:15:07 (8 months ago)
Author:
tschaub
Message:

giving examples some style

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/events.html

    r6447 r7095  
    22    <head> 
    33        <title>OpenLayers Event Handling</title> 
     4        <link rel="stylesheet" href="style.css" type="text/css" /> 
    45        <style type="text/css"> 
    5             #map { 
    6                 width: 512px; 
    7                 height: 256px; 
    8                 border: 1px solid gray; 
    9             } 
    106            #panel { 
    117                margin: 5px; 
     
    147143        </p> 
    148144 
    149         <div id="map"></div> 
     145        <div id="map" class="smallmap"></div> 
    150146        <div id="panel"></div> 
    151147        <textarea id="output"></textarea>