checkpoint

This commit is contained in:
Shan Carter
2017-01-13 10:38:18 -08:00
parent d8bc87061d
commit f6c8a2a870
13 changed files with 224 additions and 76 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ const html = `
<style>
dt-appendix {
display: block;
font-family: "Open Sans";
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
@@ -62,7 +61,7 @@ export default function(dom, data) {
let oldHtml = el.innerHTML;
el.innerHTML = html;
let div = el.querySelector("div.l-body")
if (dom.querySelector("dt-fn")) {
div.innerHTML = `<h3>Footnotes</h3><dt-fn-list></dt-fn-list>` + div.innerHTML;
}