Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 20, 2024
1 parent f14985d commit 2b9cf3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Hiking_legend_FR.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="/Style.css">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<meta name="viewport" content="width=device-width,initial-scale=0.85" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="color-scheme" content="dark light">

Expand Down Expand Up @@ -190,7 +190,7 @@ <h4>Difficulté et visibilité des sentiers (<code>sac_scale=* & trail_visibilit
<td align="center">
<span style="display: inline-block; height: 1em; width: 80%;">
<svg width="100%" height="100%" version="1.1">
<line x1="0%" x2="100%" y1="60%" y2="60%" stroke-linecap="round" stroke-dasharray="20,7" stroke="#7d5c46" stroke-width="4.5%" />
<line x1="0%" x2="100%" y1="60%" y2="60%" stroke-linecap="round" stroke-dasharray="20,7" stroke="#7d5c46" stroke-width="3px" />
</svg>
</span>
</td>
Expand Down Expand Up @@ -489,7 +489,7 @@ <h4>ÉCHELLE CAS POUR LA COTATION DES RANDONNÉES</h4>
En cas de mauvais temps, le repli peut s’avérer très difficile</td>
</tr>
<tr>
<td align="center" colspan="5">Instructions for use and interpretation</td>
<td align="center" colspan="5">Explications de l’échelle CAS pour la cotation des randonnées</td>
</tr>
<tr>
<td colspan="5">Différence par rapport aux courses de haute montagne et à l’escalade sur rocher
Expand Down

0 comments on commit 2b9cf3b

Please sign in to comment.