ajouter un saut de page avant chaque photo du RDF
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user