Skip to content

Commit

Permalink
Banish inline styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessmartin committed Feb 28, 2014
1 parent e6d37db commit c69cbd1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 15 additions & 9 deletions support/client/lib/index.css
Expand Up @@ -315,12 +315,18 @@ body {
}

#incompatibleBrowser {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
text-align:center;
z-index: 1000;
}
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;
}
4 changes: 1 addition & 3 deletions support/client/lib/index.html
Expand Up @@ -162,9 +162,7 @@
<!-- The main content renders to "#vwf-root", the item with the id "vwf-root". -->

<div id="incompatibleBrowser">
<div>
<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>
</div>
<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>
</div>
<div id="vwf-root"></div>
</body>
Expand Down

0 comments on commit c69cbd1

Please sign in to comment.