Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

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