From c6d0baa0dc109ecf75f94801d1e36d0399309849 Mon Sep 17 00:00:00 2001 From: Stuart Date: Fri, 1 Jan 2016 18:43:32 +0000 Subject: [PATCH] Fix issues #24 & 28 --- tests.html | 95 +++++++++++++++++++++++++++----------------------- virtualsky.js | 96 +++++++++++++++++++++++++-------------------------- 2 files changed, 99 insertions(+), 92 deletions(-) diff --git a/tests.html b/tests.html index c300924..fddf8e8 100644 --- a/tests.html +++ b/tests.html @@ -18,7 +18,7 @@ padding: 0px; font-size: 1em; } - #starmapper { height: 400px; width:500px; position: relative; } + #starmapper, #starmapper2 { height: 400px; width:500px; position: relative; } #virtualskyinfobox{ font-size: 12px; display:none; @@ -48,6 +48,7 @@