diff --git a/chromeonly.html b/chromeonly.html
index 21eed9f46..1642601e7 100644
--- a/chromeonly.html
+++ b/chromeonly.html
@@ -1,6 +1,6 @@
-
-
This service only works with Chrome.
+
This application is currently only supported by Chrome, Chromium and Opera
Download Chrome
+
We are hoping that multistream support for Firefox would not be long so that we could all use this application with our Favorite browser.
diff --git a/css/chromeonly.css b/css/chromeonly.css
index 31325272a..18eb80187 100644
--- a/css/chromeonly.css
+++ b/css/chromeonly.css
@@ -10,7 +10,7 @@ body {
#wrap{
display: block;
position: absolute;
- width:766px;
+ width:900px;
height: 262px;
overflow:hidden;
text-align: center;
@@ -25,6 +25,10 @@ body {
height:262px;
float: left;
}
+.firefox{
+ font-size: 11pt;
+ color: #c8c8c8;
+}
#middle{
display:inline-block;
background-image:url(../images/chromepointer.png);
@@ -35,8 +39,8 @@ body {
}
#text{
display:inline-block;
- font-size: 20pt;
- width: 400px;
+ font-size: 18pt;
+ width: 600px;
vertical-align:middle;
padding-top: 30px;
}