CSS dans la feuille de style

This commit is contained in:
Etienne Millon
2013-06-13 21:15:28 +02:00
parent 5f5319ee87
commit c2bc62beab
2 changed files with 8 additions and 1 deletions

View File

@@ -92,3 +92,10 @@ h3
{
background-color: #999;
}
.bouton-gh
{
position: absolute;
top: 0; right: 0;
border: 0;
}

View File

@@ -37,7 +37,7 @@
construitListe(window);
</script>
<a href="https://github.com/p0nce/bitoduc.fr">
<img style="position: absolute; top: 0; right: 0; border: 0;"
<img class="bouton-gh"
src="scissionnezmoi_right_gray.png"
alt="Scissionnez-moi sur GitHub">
</a>