OpenLayers OpenLayers
Show
Ignore:
Timestamp:
03/12/08 10:51:37 (10 months ago)
Author:
tschaub
Message:

four tabs for spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/custom-style.html

    r5659 r6497  
    5151 
    5252        <div id="docs"> 
    53           <p>If you care to modify the style of any OpenLayers element, include 
    54           the default stylesheet as a link and declare any style modifications 
    55           below that link.  These style declarations can be in other linked 
    56           stylesheets or in style tags.  In addition, construct your map with 
    57           options that include {theme: null}.  This will disable the default 
    58           method of loading the stylesheet and allow you to declare style rules 
    59           in your own linked stylesheets or style tags.</p> 
    60           <p>This example shows how to declare the font family, size, and color 
    61           for the mouse position.  Note that only the style keys that you want to 
    62           modify (change from the default) need to be specified.</p> 
     53           <p>If you care to modify the style of any OpenLayers element, include 
     54           the default stylesheet as a link and declare any style modifications 
     55           below that link.  These style declarations can be in other linked 
     56           stylesheets or in style tags.  In addition, construct your map with 
     57           options that include {theme: null}.  This will disable the default 
     58           method of loading the stylesheet and allow you to declare style rules 
     59           in your own linked stylesheets or style tags.</p> 
     60           <p>This example shows how to declare the font family, size, and color 
     61           for the mouse position.  Note that only the style keys that you want to 
     62           modify (change from the default) need to be specified.</p> 
    6363        </div> 
    6464    </body>