|
@@ -125,8 +125,10 @@
|
125
|
125
|
|
126
|
126
|
#jitsi_logo
|
127
|
127
|
{
|
128
|
|
- background-image:url(../images/welcome_page/jitsi-logo.png);
|
|
128
|
+ background-image:url(../images/watermark.png);
|
129
|
129
|
background-repeat: no-repeat;
|
|
130
|
+ background-size: contain;
|
|
131
|
+ background-position: center left;
|
130
|
132
|
width: 186px;
|
131
|
133
|
height: 74px;
|
132
|
134
|
position: absolute;
|
|
@@ -136,7 +138,10 @@
|
136
|
138
|
|
137
|
139
|
#brand_logo
|
138
|
140
|
{
|
139
|
|
- background-image:url(../images/welcome_page/brand-logo.png);
|
|
141
|
+ background-image:url(../images/rightwatermark.png);
|
|
142
|
+ background-repeat: no-repeat;
|
|
143
|
+ background-size: contain;
|
|
144
|
+ background-position: center left;
|
140
|
145
|
width: 215px;
|
141
|
146
|
height: 55px;
|
142
|
147
|
position: absolute;
|