Updates the chromeonly page as per #44
This commit is contained in:
parent
1be8332512
commit
84106a2aeb
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title>JitMeet: Unsupported Browser</title>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
|
<link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -10,8 +10,9 @@
|
||||||
<a href="http://google.com/chrome"><div id="left"></div></a>
|
<a href="http://google.com/chrome"><div id="left"></div></a>
|
||||||
<div id="middle"></div>
|
<div id="middle"></div>
|
||||||
<div id="text">
|
<div id="text">
|
||||||
<p>This service only works with Chrome.</p>
|
<p>This application is currently only supported by <a href="http://google.com/chrome">Chrome</a>, <a href="http://www.chromium.org/">Chromium</a> and <a href="http://www.opera.com">Opera</a></p>
|
||||||
<p><a href="http://google.com/chrome">Download Chrome</a></p>
|
<p><a href="http://google.com/chrome">Download Chrome</a></p>
|
||||||
|
<p class="firefox">We are hoping that <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=977864">multistream support</a> for Firefox would not be long so that we could all use this application with our Favorite browser.</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- wrap ends here -->
|
<!-- wrap ends here -->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@ body {
|
||||||
#wrap{
|
#wrap{
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width:766px;
|
width:900px;
|
||||||
height: 262px;
|
height: 262px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -25,6 +25,10 @@ body {
|
||||||
height:262px;
|
height:262px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.firefox{
|
||||||
|
font-size: 11pt;
|
||||||
|
color: #c8c8c8;
|
||||||
|
}
|
||||||
#middle{
|
#middle{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
background-image:url(../images/chromepointer.png);
|
background-image:url(../images/chromepointer.png);
|
||||||
|
@ -35,8 +39,8 @@ body {
|
||||||
}
|
}
|
||||||
#text{
|
#text{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-size: 20pt;
|
font-size: 18pt;
|
||||||
width: 400px;
|
width: 600px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue