fixing width of viewport to hide an ugly bug

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-03-22 17:14:35 +00:00
parent 13e41155e6
commit c8ae30ce6a

View File

@@ -2,12 +2,11 @@
<head>
<style type="text/css">
#map {
margin-right: 300px;
width: 600px;
height: 475px;
border: 1px solid black;
}
#info {
width: 300px;
float: right;
}
</style>