From a2519eae419c49f6ee8a391fe9f1eeda87348a46 Mon Sep 17 00:00:00 2001 From: Jess Martin Date: Thu, 27 Feb 2014 19:16:36 -0500 Subject: [PATCH] Banish inline styles. --- support/client/lib/index.css | 24 +++++++++++++++--------- support/client/lib/index.html | 4 +--- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/support/client/lib/index.css b/support/client/lib/index.css index a1fba011e..337150d36 100644 --- a/support/client/lib/index.css +++ b/support/client/lib/index.css @@ -316,12 +316,18 @@ body { } #incompatibleBrowser { - visibility: hidden; - position: absolute; - left: 0px; - top: 0px; - width:100%; - height:100%; - text-align:center; - z-index: 1000; - } \ No newline at end of file + visibility: hidden; + position: absolute; + left: 0px; + top: 0px; + width:100%; + height:100%; + text-align:center; + z-index: 1000; + } + +#incompatibleBrowser .warning { + color:#3090C7; + padding-top: 20px; + display: inline-block; +} diff --git a/support/client/lib/index.html b/support/client/lib/index.html index 511f62048..615fec772 100644 --- a/support/client/lib/index.html +++ b/support/client/lib/index.html @@ -154,9 +154,7 @@
-
-

Your browser does not support Virtual World Framework. Please review our requirements for supported browser versions.
-
+ Your browser does not support Virtual World Framework. Please review our requirements for supported browser versions.