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

    r6497 r7095  
    11<html xmlns="http://www.w3.org/1999/xhtml"> 
    22  <head> 
    3       <title>OpenLayers GML Parser</title> 
     3    <title>OpenLayers GML Parser</title> 
    44    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    5     <style type="text/css"> 
    6         #map { 
    7             width: 800px; 
    8             height: 475px; 
    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">