summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DND/DND.scss (renamed from src/DND/DND.css)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DND/DND.css b/src/DND/DND.scss
index b8cba44..1d4cc2a 100644
--- a/src/DND/DND.css
+++ b/src/DND/DND.scss
@@ -1,6 +1,6 @@
/* This bit is taken from the defaults of org-mode export */
-html { font-family: Times, serif; font-size: 12pt; }
+body > article { font-family: Times, serif; font-size: 12pt;
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
@@ -45,7 +45,7 @@ textarea { overflow-x: auto; }
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
-
+}
/* Andrew wrote the following */
body > article {