瀏覽代碼

Fixes the size of the hangup button.

master
hristoterezov 11 年之前
父節點
當前提交
23ff9975b4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      index.html

+ 1
- 1
index.html 查看文件

@@ -207,7 +207,7 @@
207 207
                     <div class="header_button_separator"></div>
208 208
                     <span id="hangup">
209 209
                         <a class="button" data-toggle="popover" data-placement="bottom" data-content="Hang Up" onclick='hangup();'>
210
-                            <i class="icon-hangup" style="color:#f42a24;"></i>
210
+                            <i class="icon-hangup" style="color:#ff0000;font-size: 1.4em;"></i>
211 211
                         </a>
212 212
                     </span>
213 213
                 </span>

Loading…
取消
儲存