浏览代码

Fixes names of images in css.

master
hristoterezov 11 年前
父节点
当前提交
26746b21bd
共有 2 个文件被更改,包括 4 次插入8 次删除
  1. 2
    2
      css/main.css
  2. 2
    6
      index.html

+ 2
- 2
css/main.css 查看文件

329
 
329
 
330
 #brand_logo
330
 #brand_logo
331
 {
331
 {
332
-    background-image:url(../images/welcome_page/unicef-logo.png);
332
+    background-image:url(../images/welcome_page/brand-logo.png);
333
     width: 215px;
333
     width: 215px;
334
     height: 55px;
334
     height: 55px;
335
     position: absolute;
335
     position: absolute;
340
 
340
 
341
 #brand_header
341
 #brand_header
342
 {
342
 {
343
-    background-image:url(../images/welcome_page/unicef-header-big.png);
343
+    background-image:url(../images/welcome_page/header-big.png);
344
     position:absolute;
344
     position:absolute;
345
     width: 583px;
345
     width: 583px;
346
     height: 274px;
346
     height: 274px;

+ 2
- 6
index.html 查看文件

66
             <a href="http://jitsi.org" target="_new">
66
             <a href="http://jitsi.org" target="_new">
67
                 <div id="jitsi_logo"></div>
67
                 <div id="jitsi_logo"></div>
68
             </a>
68
             </a>
69
-            <a href="http://unicefuganda.org/" target="_new">
70
-                <div id="brand_logo"></div>
71
-            </a>
69
+
72
             <div id="enter_room">
70
             <div id="enter_room">
73
                 <input id="enter_room_field" type="text" placeholder="Enter room name" />
71
                 <input id="enter_room_field" type="text" placeholder="Enter room name" />
74
                 <input id="enter_room_button" type="button" value="GO" />
72
                 <input id="enter_room_button" type="button" value="GO" />
75
             </div>
73
             </div>
76
             <div id="brand_header"></div>
74
             <div id="brand_header"></div>
77
-            <div id="header_text">
78
-                Welcome to uTalk! A free and open-source WebRTC video conferencing system developed by BlueJimp and UNICEF Uganda in collaboration with the Jitsi.org community.
79
-            </div>
75
+            <div id="header_text"></div>
80
         </div>
76
         </div>
81
         <div id="welcome_page_main">
77
         <div id="welcome_page_main">
82
             <div id="features">
78
             <div id="features">

正在加载...
取消
保存