Utilisation de la balise <nav> pour indiquer les menus
Utilisation de la balise HTML5 <footer> à la place de <div> pour indiquer le pied de page. L'attribut WAI-ARIA role="contentinfo" l'identifie comme étant le pied de page principal. Le CSS a été modifié en conséquence.
This commit is contained in:
parent
6ef7a123c4
commit
699d967d8b
1 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,9 @@ h1 {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: solid 1px #ccc;
|
border-top: solid 1px #ccc;
|
||||||
}
|
}
|
||||||
|
.backlink {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.backlink a {
|
.backlink a {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -172,7 +175,7 @@ a {
|
||||||
<br />
|
<br />
|
||||||
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
|
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
|
||||||
<hr id="bottom" />
|
<hr id="bottom" />
|
||||||
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div>
|
<footer class="backlink" role="contentinfo"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></footer>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue