From a5b80e5d564f6c239510dbee10daf3ff4c314f2e Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 22 Feb 2011 20:08:15 -0800 Subject: add some calendaring functions --- view/theme/duepuntozero/style.css | 6 ++++++ view/theme/loozah/style.css | 8 ++++++++ 2 files changed, 14 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 35ffe3a89..a820c381c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2019,3 +2019,9 @@ a.mail-list-link { } +.calendar { + font-family: Courier, monospace; +} +.today { + color: #FF0000; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index e4ebeda7e..145123aaf 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2065,3 +2065,11 @@ a.mail-list-link { .tool-link { cursor: pointer; } + + +.calendar { + font-family: Courier, monospace; +} +.today { + color: #FF0000; +} -- cgit v1.2.3