make ve take up whole screen width

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1242 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-16 17:08:11 +00:00
parent f5ee80907c
commit 0637223342

View File

@@ -3,7 +3,7 @@
<meta http-equiv="imagetoolbar" content="no"> <!--ie image gizmo OFF!-->
<style type="text/css">
#map {
width: 512px;
width: 100%;
height: 512px;
border: 1px solid black;
}