fix(print): no a4 and css for indications
This commit is contained in:
parent
02d4515fe0
commit
7290d7272b
4 changed files with 10 additions and 25 deletions
|
@ -12,13 +12,13 @@ $renderedEntry; echo '<a
|
|||
>'; } else { $activites = explode(',', $fiche['bf_activite']); foreach
|
||||
($activites as $activite) { echo $GLOBALS['wiki']->Format('{{include
|
||||
page="'.$activite.'"}}'); } echo '
|
||||
<div class="full-portrait-a4 indications">
|
||||
<div class="indications">
|
||||
<img
|
||||
src="custom/templates/bazar/assets/Instructions_pliage_recto.webp"
|
||||
alt="instructions recto"
|
||||
/>
|
||||
</div>
|
||||
<div class="full-portrait-a4 indications2">
|
||||
<div class="indications2">
|
||||
<img
|
||||
src="custom/templates/bazar/assets/Instructions_pliage_verso.webp"
|
||||
alt="instructions verso"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue