Correction de la structure HTML de la première page (HTML invalide)
This commit is contained in:
parent
ec96a385ec
commit
06d5b55bf4
2 changed files with 6 additions and 5 deletions
|
|
@ -30,6 +30,11 @@
|
|||
break-before: always;
|
||||
}
|
||||
|
||||
/* hide this title, we don't want to display it, it's only there to give a title to the page */
|
||||
section#guide-de-montage h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* hide title numbers after h2 */
|
||||
h3 span.section-number, h4 span.section-number, h5 span.section-number, h6 span.section-number {
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -60,9 +60,5 @@ Copyright Vélo Solaire Pour Tous, Mai 2023, sous [licence CERN-OHL-S version 2]
|
|||
120_tests_verifications
|
||||
```
|
||||
|
||||
<div class="hidden">
|
||||
<!-- This is only used to declare a title for this page (for the HTML version). It must be after the TOC otherwise the whole hierarchy is nested within this title. -->
|
||||
|
||||
<!-- This is only used to declare a title for this page (for the HTML version). It must be after the TOC otherwise the whole hierarchy is nested within this title. It won't be displayed (hidden by CSS) -->
|
||||
# Guide de montage
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue