correction des bugs css sur home + ajout img game

Correction du bug de la page home de:
-icon loupe
-champs recherche
-fond d’image ref
-correction position indicateur
-correction fond du nom du prof
This commit is contained in:
Jerome Morjon
2015-03-05 20:30:19 +01:00
parent b655411c09
commit bb752a2e98
8 changed files with 61 additions and 35 deletions

View File

@ -0,0 +1,3 @@
function hideIcon(self) {
self.style.backgroundImage = 'none';
}