Compare commits

..

No commits in common. "8c0b4663a3b83f118a9516a4e5fc23ea22f10379" and "5fc24fc45ebcf643168f3130cbdca528b512e46c" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -122,7 +122,6 @@ td {
} }
.legend { .legend {
border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }

View File

@ -116,8 +116,7 @@ echo ("-->");*/
<label id="colorSliderLabel" for="colorSlider">Changer les couleurs</label> <label id="colorSliderLabel" for="colorSlider">Changer les couleurs</label>
<input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435" <input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435"
oninput="document.documentElement.style.setProperty('--k', this.value);"> oninput="document.documentElement.style.setProperty('--k', this.value);">
<a href="<?=str_replace(__DIR__."/", "", $path) ?>" class="link">Télécharger la configuration</a> <a href="index.php" class="link"> Retour à la liste</a>
<a href="index.php" class="link"> Retour à la liste</a>
</footer> </footer>
</div> </div>
</body> </body>