Skip to content

Commit c69cbd1

Browse files
committed
Banish inline styles.
1 parent e6d37db commit c69cbd1

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
@@ -315,12 +315,18 @@ body {
315315
}
316316

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

support/client/lib/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@
162162
<!-- The main content renders to "#vwf-root", the item with the id "vwf-root". -->
163163

164164
<div id="incompatibleBrowser">
165-
<div>
166-
<span style="color:#3090C7;"><br/><br/>Your browser does not support Virtual World Framework. Please review our <a href='http://www.virtual.wf/documentation.html#requirements'>requirements</a> for supported browser versions.</span>
167-
</div>
165+
<span class="warning">Your browser does not support Virtual World Framework. Please review our <a href='https://virtual.wf/documentation.html#requirements'>requirements</a> for supported browser versions.</span>
168166
</div>
169167
<div id="vwf-root"></div>
170168
</body>

0 commit comments

Comments
 (0)