Merge branch 'maint'

This commit is contained in:
Bastien 2018-01-15 16:39:11 +01:00
commit ebb67cebe5
1 changed files with 4 additions and 4 deletions

View File

@ -1452,13 +1452,13 @@ done, timestamp, timestamp-kwd, tag, target.
For example, a valid value would be:
<style type=\"text/css\">
<![CDATA[
p { font-weight: normal; color: gray; }
h1 { color: black; }
/*<![CDATA[*/
p { font-weight: normal; color: gray; }
h1 { color: black; }
.title { text-align: center; }
.todo, .timestamp-kwd { color: red; }
.done { color: green; }
]]>
/*]]>*/
</style>
If you want to refer to an external style, use something like