give mapCol a height
This commit is contained in:
parent
34f519cd89
commit
d441a5d622
|
@ -18,6 +18,7 @@ html, body {
|
||||||
|
|
||||||
#mapCol {
|
#mapCol {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
height: 95%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="mapCol">
|
<div id="mapCol">
|
||||||
Map goes here
|
|
||||||
</div>
|
</div>
|
||||||
<div id="formCol">
|
<div id="formCol">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user