ox-html.el: DONE is monospace for consistency

* lisp/ox-html.el (org-html-style-default): `.done' gets `font-family:
monospace;'

Other items on the headline that aren't the text itself are monospaced,
including non-DONE todo's.

TINYCHANGE
This commit is contained in:
Zane D. Purvis 2015-01-08 22:26:43 -05:00 committed by Nicolas Goaziou
parent 3d2e1eec78
commit f9ba99bbc9
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ for the JavaScript code in this tag.
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center; }
.todo { font-family: monospace; color: red; }
.done { color: green; }
.done { font-family: monospace; color: green; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }