From 48d99a674f9bcbedba98ae12a41990940e4e287c Mon Sep 17 00:00:00 2001 From: Alex Headley Date: Sat, 23 Apr 2011 14:02:00 -0400 Subject: [PATCH] moving style stuff out of index.html --- web_assets/index.html | 2 +- web_assets/style.css | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/web_assets/index.html b/web_assets/index.html index 89554e8..961dd75 100644 --- a/web_assets/index.html +++ b/web_assets/index.html @@ -14,6 +14,6 @@ -
+
diff --git a/web_assets/style.css b/web_assets/style.css index 8585eb3..19b9b34 100644 --- a/web_assets/style.css +++ b/web_assets/style.css @@ -1,6 +1,18 @@ -html { height: 100% } -body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } -#mcmap { height: 100% } +html { + height: 100%; +} + +body { + height: 100%; + margin: 0px; + padding: 0px; + background-color: #000; +} + +#mcmap { + width: 100%; + height: 100%; +} .infoWindow { height: 100px;