diff options
author | Frederic Culot <calcurse@culot.org> | 2008-02-10 11:33:23 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-02-10 11:33:23 +0000 |
commit | 886466310798ee9d63191cff05d57c4e9528b32e (patch) | |
tree | a1fd4220a871af16c7af6b6cad1e66b6a3a763f9 /doc/manual.css | |
parent | b6cc429a7129c14f05c1a0d40a0dc04efd1791a5 (diff) | |
download | calcurse-886466310798ee9d63191cff05d57c4e9528b32e.zip |
manuals updated to make use of css style sheet
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; |