Petites améliorations visuelles
FossilOrigin-Name: d49c7da937399712e76d901e1ce5b1cd6e4db96ebe67e642f4449d4bbb2cce77
This commit is contained in:
parent
1dc7969f0d
commit
27168d0f0b
2 changed files with 29 additions and 16 deletions
|
|
@ -34,5 +34,18 @@ div.previs_recu
|
|||
font-family: Serif;
|
||||
font-size: 11pt;
|
||||
background-color: white;
|
||||
page-break-after: always;
|
||||
break-after: always;
|
||||
}
|
||||
|
||||
/* supprimer saut de page après dernier */
|
||||
div.previs_recu:last-of-type
|
||||
{
|
||||
font-family: Serif;
|
||||
font-size: 11pt;
|
||||
background-color: white;
|
||||
break-after: avoid;
|
||||
}
|
||||
|
||||
#__profiler {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue