diff options
author | Frederic Culot <calcurse@culot.org> | 2008-02-14 20:07:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-02-14 20:07:43 +0000 |
commit | 9fe5d3d47680178c2fd1b9cce73cedd481e53f75 (patch) | |
tree | dd2b175fab7b83ab7ece2dfb649934ec16c9d9b9 /doc/manual.css | |
parent | fe5621c5472a65e0900f57ae2da61eab4b1469fd (diff) | |
download | calcurse-9fe5d3d47680178c2fd1b9cce73cedd481e53f75.zip |
html manuals updated with parts related to notes
Diffstat (limited to 'doc/manual.css')
-rw-r--r-- | doc/manual.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.css b/doc/manual.css index 636be4f..ee571af 100644 --- a/doc/manual.css +++ b/doc/manual.css @@ -1,4 +1,4 @@ -/* $Id: manual.css,v 1.2 2008/02/10 11:33:23 culot Exp $ */ +/* $Id: manual.css,v 1.3 2008/02/14 20:07:43 culot Exp $ */ /* * Calcurse - text-based organizer @@ -242,7 +242,7 @@ a { padding-left: 1cm; } -div.todo { +.todo { color: green; } |