|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
<!-- Sommaire -->
|
|
|
|
|
|
- <div class="column no-folio">
|
|
|
+ <div class="column">
|
|
|
<div class="section-title">
|
|
|
Sommaire
|
|
|
</div>
|
|
@@ -46,7 +46,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<!-- Chapitres -->
|
|
|
|
|
@@ -106,6 +106,7 @@ export default {
|
|
|
img.onload = function() {
|
|
|
let legend = document.createElement("p");
|
|
|
legend.classList.add("breakAfter");
|
|
|
+ legend.classList.add("legend");
|
|
|
img.parentNode.classList.add("breakBefore");
|
|
|
legend.innerHTML = found.legende;
|
|
|
img.parentNode.insertBefore(legend, img.nextSibling);
|