From 26e3844507e5725b5055f95068e2d14696892069 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Mon, 14 May 2012 11:21:43 -0500 Subject: [PATCH] Increase map height. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e48b704..2f3dae5 100644 --- a/public/index.html +++ b/public/index.html @@ -38,7 +38,7 @@ position:relative; float:left; width: 80%; - height: 600px; + height: 650px; margin: 0 auto; } #configArea {