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/geojson.html

    r6145 r7095  
    22  <head> 
    33    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    4     <style type="text/css"> 
    5         #map { 
    6             width: 800px; 
    7             height: 475px; 
    8             border: 1px solid black; 
    9         } 
    10     </style> 
     4    <link rel="stylesheet" href="style.css" type="text/css" /> 
    115    <script src="../lib/OpenLayers.js"></script> 
    126    <script type="text/javascript"> 
     
    6357  </head> 
    6458  <body onload="init()"> 
    65     <div id="map"></div> 
     59    <h1 id="title">GeoJSON Example</h1> 
     60    <div id="map" class="smallmap"></div> 
    6661  </body> 
    6762</html>