ajouter un saut de page avant chaque photo du RDF

This commit is contained in:
2019-06-27 22:05:08 +02:00
parent 82d5ebc76a
commit 9992052bd6
514 changed files with 63531 additions and 14 deletions

View File

@@ -39,13 +39,6 @@
}
}
/* ne pas affichier l'url after the link */
@media print {
a[href]:after {
content: none !important;
}
}
.navbar {
margin-bottom: 0;
background-color: #fe9900;
@@ -177,6 +170,12 @@
color: black;
}
.new-page {
page-break-before: always;
}
#signature_img {
width: 350px;
height: 150px;
@@ -222,4 +221,12 @@
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
}
/* ne pas affichier l'url after the link */
@media print {
a[href]:after {
content: none !important;
}
}