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/custom-control.html

    r6497 r7095  
    33        <title>Custom Control Example</title> 
    44        <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" /> 
    126        <script src="../lib/OpenLayers.js"></script> 
    137        <script type="text/javascript"> 
     
    5953        </p> 
    6054       
    61         <div id="map"></div> 
     55        <div id="map" class="smallmap"></div> 
    6256 
    6357        <div id="docs"></div>