diff options
Diffstat (limited to 'doc/manual.css')
-rw-r--r-- | doc/manual.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual.css b/doc/manual.css index cdb3cc5..636be4f 100644 --- a/doc/manual.css +++ b/doc/manual.css @@ -1,4 +1,4 @@ -/* $Id: manual.css,v 1.1 2008/02/03 11:13:21 culot Exp $ */ +/* $Id: manual.css,v 1.2 2008/02/10 11:33:23 culot Exp $ */ /* * Calcurse - text-based organizer @@ -242,6 +242,10 @@ a { padding-left: 1cm; } +div.todo { + color: green; +} + div.warn { margin-top: 1cm; margin-bottom: 1cm; |