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.