Trying to resize map using transforms

This commit is contained in:
2013-07-28 19:34:21 -04:00
parent 2734a38979
commit 3ae4f4343b
2 changed files with 60 additions and 32 deletions

View File

@@ -6,8 +6,8 @@
<![endif]-->
<style type="text/css">
#map {
height: 600px;
width: 80%;
height: 612px; /* 8.5 inch at 72 dpi */
width: 792px; /* 11 inch at 72 dpi */
}
#results {
width: 18%;