Améliore le footer

1. Insère le lien vers le tag sur framagit
2. Corrige la couleur des liens (focus, hover, active)
master 1.0.3
iGor milhit 2016-12-09 11:28:54 +01:00
parent a8bb72ab78
commit 9b80f05d64
No known key found for this signature in database
GPG Key ID: 3E9D7C1605E40FCD
2 changed files with 9 additions and 1 deletions

View File

@ -341,6 +341,14 @@ a:hover,
a:active {
color: #666;
}
/* focus dans le footer */
footer a:focus,
footer a:hover,
footer a:active {
color: rgb(238, 215, 244);
}
/* éviter la bordure sur une image comprise dans un lien + fix bordure image IE */
a:link img,
a:visited img,

View File

@ -84,7 +84,7 @@
<footer>
<section class="main center">
<p><small>Réalisé à l'aide de <em><a href="https://rocssti.net">Röcssti</a></em>, le framework qui a la patate ! &mdash; version 1.0.3</small></p>
<p><small>Réalisé à l'aide de <em><a href="https://rocssti.net">Röcssti</a></em>, le framework qui a la patate ! &mdash; <a href="https://framagit.org/iGormilhit/igor.milhit/tags/1.0.3" title="Dépôt sur framagit">version 1.0.3</a></small></p>
</section>
</footer>