[OpenLayers-Commits] r3127 - sandbox/crschmidt/georss-fixed/examples
commits at openlayers.org
commits at openlayers.org
Fri May 4 09:55:40 EDT 2007
Author: crschmidt
Date: 2007-05-04 09:55:38 -0400 (Fri, 04 May 2007)
New Revision: 3127
Modified:
sandbox/crschmidt/georss-fixed/examples/georss-serialize.html
Log:
Better HTML for narrow windows.
Modified: sandbox/crschmidt/georss-fixed/examples/georss-serialize.html
===================================================================
--- sandbox/crschmidt/georss-fixed/examples/georss-serialize.html 2007-05-04 13:54:05 UTC (rev 3126)
+++ sandbox/crschmidt/georss-fixed/examples/georss-serialize.html 2007-05-04 13:55:38 UTC (rev 3127)
@@ -2,7 +2,7 @@
<head>
<style type="text/css">
#map {
- width: 512px;
+ width: 45%;
height: 350px;
border: 1px solid gray;
}
@@ -42,8 +42,8 @@
</head>
<body onload="init()">
<h1>OpenLayers Draw Point Example</h1>
- <div style="float:right">
- <textarea id="gml" cols="80" rows="30"></textarea>
+ <div style="float:right;width:50%">
+ <textarea id="gml" style="width:100%" rows="30"></textarea>
</div>
<div id="map"></div>
</body>
More information about the Commits
mailing list