diff options
author | 藍挺瑋 <lantw44@gmail.com> | 2012-12-19 21:11:50 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-12-19 21:11:50 +0800 |
commit | 1117e5423f21a2c632684a2e64c6b9e49eb32cd3 (patch) | |
tree | 235561e7b0be307c81cecfc35132ec65ce9534d2 | |
parent | 873b1f9ae9c9fb48707b08fce673893b4268509e (diff) | |
download | inccalendar-1117e5423f21a2c632684a2e64c6b9e49eb32cd3.tar.gz inccalendar-1117e5423f21a2c632684a2e64c6b9e49eb32cd3.tar.zst inccalendar-1117e5423f21a2c632684a2e64c6b9e49eb32cd3.zip |
修改字型與按鈕排列v0.1
不要只寫一個「標楷體」...... 還有不要用 Big5 編碼,用 UTF-8 比較好。
並不是每臺電腦或手機都有標楷體,有需要應該列字型清單。
-rw-r--r-- | css/month.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/month.css b/css/month.css index 7f4640b..23ae0a1 100644 --- a/css/month.css +++ b/css/month.css @@ -13,7 +13,7 @@ div#timeselect{ } div#timeselect input{ - vertical-align: text-top; + vertical-align: middle; } div#timeedit_button { color:#EE0000; @@ -25,7 +25,7 @@ table#cal{ } thead tr{ font-size: 70px; - font-family: з; + font-family: serif; color: #009900; } tbody#calbody td{ |