Skip to content

Commit a2519ea

Browse files
jessmartineric79
authored andcommitted
Banish inline styles.
1 parent b4f580a commit a2519ea

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

support/client/lib/index.css

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,18 @@ body {
316316
}
317317

318318
#incompatibleBrowser {
319-
visibility: hidden;
320-
position: absolute;
321-
left: 0px;
322-
top: 0px;
323-
width:100%;
324-
height:100%;
325-
text-align:center;
326-
z-index: 1000;
327-
}
319+
visibility: hidden;
320+
position: absolute;
321+
left: 0px;
322+
top: 0px;
323+
width:100%;
324+
height:100%;
325+
text-align:center;
326+
z-index: 1000;
327+
}
328+
329+
#incompatibleBrowser .warning {
330+
color:#3090C7;
331+
padding-top: 20px;
332+
display: inline-block;
333+
}

support/client/lib/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@
154154
<div id="vwf-loading-spinner" class="pace pace-active"><div class="pace-activity"></div></div>
155155

156156
<div id="incompatibleBrowser">
157-
<div>
158-
<span style="color:#3090C7;"><br/><br/>Your browser does not support Virtual World Framework. Please review our <a href='https://virtual.wf/requirements.html'>requirements</a> for supported browser versions.</span>
159-
</div>
157+
<span class="warning">Your browser does not support Virtual World Framework. Please review our <a href='https://virtual.wf/requirements.html'>requirements</a> for supported browser versions.</span>
160158
</div>
161159
<div id="vwf-root"></div>
162160

0 commit comments

Comments
 (0)