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/gml-layer.html

    r6497 r7095  
    33      <title>OpenLayers GML Layer 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"> 
     
    3630    </p> 
    3731 
    38     <div id="map"></div> 
     32    <div id="map" class="smallmap"></div> 
    3933 
    4034    <div id="docs"></div>