From 13f1d2e57cddbcdfe0b63d9ad93bff670bfda6a8 Mon Sep 17 00:00:00 2001 From: Timothy Cook Date: Fri, 19 Jun 2015 11:55:48 -0400 Subject: [PATCH] moving style to .css --- index.html | 6 ------ learning-map.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ff1bfa6..38e2ebe 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,6 @@ $('#map').learningMap({'dag': dag}); }); - diff --git a/learning-map.css b/learning-map.css index 3431946..d40c490 100644 --- a/learning-map.css +++ b/learning-map.css @@ -1,3 +1,5 @@ + * { margin: 0; padding: 0; } + .learning-map { background: green; } @@ -8,3 +10,7 @@ background: yellow; position: absolute; } + +#map { + height: 100vh; +} \ No newline at end of file