0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 11:02:57 +00:00

Export: Use color values in CSS for validation.

This commit is contained in:
Carsten Dominik 2009-02-04 23:54:46 +01:00
parent 723ac9ab57
commit 5e9d37949b
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-html-style-default): Use color values
instead of names for XHTML validation.
* org.el (org-get-scheduled-time, org-get-deadline-time): New
functions.
(org-return-follows-link): Revert making this the default untile

View file

@ -560,10 +560,10 @@ Org-mode file."
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
.tag { background-color:lightblue; font-weight:normal }
.tag { background-color: #add8e6; font-weight:normal }
.target { }
.timestamp { color: grey }
.timestamp-kwd { color: CadetBlue }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;