瀏覽代碼

Fixes the font size of the input field of the welcome page.

j8
hristoterezov 11 年之前
父節點
當前提交
7f3332a82b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      css/welcome_page.css

+ 1
- 1
css/welcome_page.css 查看文件

63
 }
63
 }
64
 
64
 
65
 #enter_room_field {
65
 #enter_room_field {
66
-    font-size: 16px;
66
+    font-size: 18px;
67
     padding: 15px 0px 10px 10px;
67
     padding: 15px 0px 10px 10px;
68
     border: none;
68
     border: none;
69
     -webkit-appearance: none;
69
     -webkit-appearance: none;

Loading…
取消
儲存