diff options
author | olivierm <olivier@migeot.org> | 2011-02-23 10:18:11 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-02-23 10:18:11 +0100 |
commit | 3ad7c395fb9a33319531e04673563e7c9983d8f0 (patch) | |
tree | 40945bc75aa9ba7703f11f9c5b26f2ea094b3c35 /view/theme | |
parent | fbf0459fb218549f2c0889cc5b01e337c52510ce (diff) | |
parent | a5b80e5d564f6c239510dbee10daf3ff4c314f2e (diff) | |
download | volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.gz volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.bz2 volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.zip |
Merge commit 'mike/master'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 14 insertions, 0 deletions
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; +} |