diff --git a/contents.js b/contents.js index 48691a8..5f72c17 100644 --- a/contents.js +++ b/contents.js @@ -7,7 +7,7 @@ pagedjs.src = "https://unpkg.com/pagedjs/dist/paged.polyfill.js"; window.addEventListener("load", () => { fetchContents(); atlasLink(); - // document.getElementsByTagName("head")[0].appendChild(pagedjs); + document.getElementsByTagName("head")[0].appendChild(pagedjs); }); function fetchContents() { diff --git a/print.css b/print.css index bc5c4fd..cbb63aa 100644 --- a/print.css +++ b/print.css @@ -21,8 +21,10 @@ .libretto{ overflow: hidden; } - .libretto > * { - border: none; + + .contributions, + .contribution { + border-bottom: none; }