remove px in heigh

This commit is contained in:
rick 2023-02-23 01:29:26 +01:00
parent cc2360bc10
commit a287dad905
Signed by: Rick
GPG key ID: 424FAEF68309FB6E
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ lang. La ligne doit ressembler à ceci (où `lang` est le nom de la nouvelle
langue) : langue) :
```html ```html
<a href="/lang/%file%"><img alt="lang" src="/img/lang.svg" height=35px /></a> <a href="/lang/%file%"><img alt="lang" src="/img/lang.svg" height=35 /></a>
``` ```
Le fichier `lang/links.config` contient des colognes indiquant les différents Le fichier `lang/links.config` contient des colognes indiquant les différents

View file

@ -10,14 +10,14 @@
<div> <div>
<div id="header-glider"> <div id="header-glider">
<h1><a href="index.html">gyiwr dot tf</a></h1> <h1><a href="index.html">gyiwr dot tf</a></h1>
<img alt="glider" src="/img/glider.png" height=40px /> <img alt="glider" src="/img/glider.png" height=40 />
</div> </div>
<h2>%subtitle%</h2> <h2>%subtitle%</h2>
</div> </div>
<div id="lang"> <div id="lang">
<a href="/fr/%file%"><img alt="fr" src="/img/fr.svg" height=35px /></a> <a href="/fr/%file%"><img alt="fr" src="/img/fr.svg" height=35 /></a>
<a href="/en/%file%"><img alt="en" src="/img/en.svg" height=35px /></a> <a href="/en/%file%"><img alt="en" src="/img/en.svg" height=35 /></a>
<!--<a href="/toki/%file%"><img alt="toki" src="/img/fr.svg" width=50px /></a>--> <!--<a href="/toki/%file%"><img alt="toki" src="/img/fr.svg" height=35 /></a>-->
</div> </div>
</header> </header>