border bottom hidden in print css

master
grgr 3 years ago
parent 3edccdc29c
commit 24c3ac27dd

@ -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() {

@ -21,8 +21,10 @@
.libretto{
overflow: hidden;
}
.libretto > * {
border: none;
.contributions,
.contribution {
border-bottom: none;
}

Loading…
Cancel
Save