[OpenLayers-Commits] r12184 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jul 25 04:52:16 EDT 2011
Author: ahocevar
Date: 2011-07-25 01:52:15 -0700 (Mon, 25 Jul 2011)
New Revision: 12184
Modified:
trunk/openlayers/examples/sundials-spherical-mercator.html
trunk/openlayers/examples/sundials.html
Log:
fixing map height in sundials examples
Modified: trunk/openlayers/examples/sundials-spherical-mercator.html
===================================================================
--- trunk/openlayers/examples/sundials-spherical-mercator.html 2011-07-25 08:46:04 UTC (rev 12183)
+++ trunk/openlayers/examples/sundials-spherical-mercator.html 2011-07-25 08:52:15 UTC (rev 12184)
@@ -10,6 +10,9 @@
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
+ html, body {
+ height: 100%;
+ }
#map {
width: 100%;
height: 80%;
Modified: trunk/openlayers/examples/sundials.html
===================================================================
--- trunk/openlayers/examples/sundials.html 2011-07-25 08:46:04 UTC (rev 12183)
+++ trunk/openlayers/examples/sundials.html 2011-07-25 08:52:15 UTC (rev 12184)
@@ -8,6 +8,9 @@
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
+ html, body {
+ height: 100%;
+ }
#map {
width: 100%;
height: 80%;
More information about the Commits
mailing list