From 8fc6f3e54eb9b948e0048c83806763f80c94d966 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 2 Sep 2014 11:33:00 +0300 Subject: [PATCH] Changes the logo of the welcome page to use the image from conference page. --- css/welcome_page.css | 9 +++++++-- index.html | 4 ++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/welcome_page.css b/css/welcome_page.css index 9b3b9f81e..ff4ab40e2 100644 --- a/css/welcome_page.css +++ b/css/welcome_page.css @@ -125,8 +125,10 @@ #jitsi_logo { - background-image:url(../images/welcome_page/jitsi-logo.png); + background-image:url(../images/watermark.png); background-repeat: no-repeat; + background-size: contain; + background-position: center left; width: 186px; height: 74px; position: absolute; @@ -136,7 +138,10 @@ #brand_logo { - background-image:url(../images/welcome_page/brand-logo.png); + background-image:url(../images/rightwatermark.png); + background-repeat: no-repeat; + background-size: contain; + background-position: center left; width: 215px; height: 55px; position: absolute; diff --git a/index.html b/index.html index 982b9d3d3..0d684850e 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,10 @@ + +