Subversion Repositories eFlore/Applications.del

Rev

Rev 1085 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1085 gduche 1
.fleur {
2
	width:28px;
3
	height:27px;
4
}
5
 
6
.ZeroPetales {
7
	background:url(./img/fleurs/fleur0.png);
8
}
9
.UnPetale {
10
	background:url(./img/fleurs/fleur1.png);
11
}
12
.DeuxPetales {
13
	background:url(./img/fleurs/fleur2.png);
14
}
15
.TroisPetales {
16
	background:url(./img/fleurs/fleur3.png);
17
}
18
.QuatrePetales {
19
	background:url(./img/fleurs/fleur4.png);
20
}
21
.CinqPetales {
22
	background:url(./img/fleurs/fleur5.png);
23
}