Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
624 gduche 1
.zonePhotos {
2
 
3
}
4
 
436 benjamin 5
.photoPrincipale {
449 gduche 6
	height: 250px;
624 gduche 7
	float: left;
8
	cursor: pointer
436 benjamin 9
}
10
 
624 gduche 11
.photos {
12
	float: left
13
}
436 benjamin 14
 
624 gduche 15
.photos img {
16
	display: block;
17
	height: 40px;
18
	width: 40px;
19
	padding: 0 5px 5px 5px;
20
	cursor: pointer
21
}