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> 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 * org.el (org-get-scheduled-time, org-get-deadline-time): New
functions. functions.
(org-return-follows-link): Revert making this the default untile (org-return-follows-link): Revert making this the default untile

View File

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