From 84106a2aeb100779519c0c355f20045f50daaa21 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Fri, 28 Feb 2014 23:32:12 +0200 Subject: [PATCH] Updates the chromeonly page as per #44 --- chromeonly.html | 5 +++-- css/chromeonly.css | 10 +++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/chromeonly.html b/chromeonly.html index 21eed9f46..1642601e7 100644 --- a/chromeonly.html +++ b/chromeonly.html @@ -1,6 +1,6 @@ - +JitMeet: Unsupported Browser @@ -10,8 +10,9 @@
-

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; }