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..93be84f 100644 --- a/print.css +++ b/print.css @@ -17,10 +17,17 @@ width: auto; height: auto; } - - .libretto{ - overflow: hidden; + + + + .atlas { + border: none; } + +.libretto { + overflow-y: auto; +} + .libretto > * { border: none; } @@ -57,4 +64,16 @@ display: block; } + + .contribution .title { + font-size: 28px; + } + + .contribution { + border-bottom: none; + overflow: auto; + } + + + } \ No newline at end of file diff --git a/style.css b/style.css index d90e095..5228e41 100644 --- a/style.css +++ b/style.css @@ -49,10 +49,11 @@ body, html{ border-top: solid 1px var(--wireframe); } -.libretto{ - +.libretto{ overflow-y: scroll; } + + .libretto > * { border-bottom: solid 1px var(--wireframe); }