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

    r6497 r7095  
    11<html xmlns="http://www.w3.org/1999/xhtml"> 
    22    <head> 
    3         <title>Full Screen Example</title> 
    4          
     3        <title>Full Screen Example</title>         
    54        <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
     5        <link rel="stylesheet" href="style.css" type="text/css" /> 
    66        <style type="text/css"> 
     7            body { 
     8                margin: 0; 
     9            } 
    710            #map { 
    811                width: 100%; 
    912                height: 100%; 
    10                 border: 1px solid black; 
    1113            } 
    1214 
    1315            #text { 
    1416                position: absolute; 
    15                 bottom: 0px
    16                 left:0px
     17                bottom: 1em
     18                left: 1em
    1719                width: 512px; 
    1820            }