diff options
Diffstat (limited to 'css')
-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{ |