fixing map height in sundials examples

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12184 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-07-25 08:52:15 +00:00
parent e1c08446cb
commit c3850a9fb9
2 changed files with 6 additions and 0 deletions

View File

@@ -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%;

View File

@@ -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%;