Skip to content

Commit

Permalink
english image names
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-t committed Dec 12, 2013
1 parent 3e5c11a commit 277466e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/chocolat.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ body{
}
#Choco_left_arrow{
float:left;
background-image:url(../images/gauche.gif);
background-image:url(../images/left.gif);
background-position:12%;
left:-14%;
}
#Choco_right_arrow{
float:right;
background-image:url(../images/droite.gif);
background-image:url(../images/right.gif);
background-position:88%;
left:14%;
}
Expand Down Expand Up @@ -95,7 +95,7 @@ body{
#Choco_loading{
width:9px;
height:11px;
background-image:url(../images/chargement2.gif);
background-image:url(../images/loading.gif);
background-repeat:no-repeat;
z-index:1002;
cursor:pointer;
Expand Down

0 comments on commit 277466e

Please sign in to comment.