diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-31 18:21:44 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-31 18:21:44 -0700 |
commit | 7445ea9d56071cfca247689e22c6fded65c3f968 (patch) | |
tree | fecb17db0eb37368c052e26d4e38a83d1ad5cb2b /src/DND | |
parent | 7b11decd6a4b7f484ad35ae623941f21af7d31ec (diff) |
fix breadcrumbs
Diffstat (limited to 'src/DND')
-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 { |