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