forked from miraty/web
Correction d'un bug des images suite à la restructuration des dossiers
This commit is contained in:
parent
f32382bbf3
commit
d2e0dc66d7
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ a:link {
|
|||
|
||||
|
||||
/* Affiche "Vous avez bloqué cette publicité" quand on a un bloqueur de pub ou quand on clic sur la croix */
|
||||
background-image: url(../../media/non-pub-horizontale.png);
|
||||
background-image: url(../media/non-pub-horizontale.png);
|
||||
|
||||
}
|
||||
|
||||
|
@ -370,14 +370,14 @@ footer {
|
|||
|
||||
.logogris {
|
||||
background-color: #cbcbcb;
|
||||
background-image: url(../../media/logo/antpetitgris.png);
|
||||
background-image: url(../media/logo/antpetitgris.png);
|
||||
width: 264px;
|
||||
height: 80px;
|
||||
|
||||
}
|
||||
|
||||
.logogris:hover {
|
||||
background-image: url(../../media/logo/antpetit.png);
|
||||
background-image: url(../media/logo/antpetit.png);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue