From 24c3ac27dd03e94b450385976b0b87aaa6a850a3 Mon Sep 17 00:00:00 2001 From: grgr Date: Sat, 7 May 2022 23:19:37 +0200 Subject: [PATCH] border bottom hidden in print css --- contents.js | 2 +- print.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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; }