Subversion Repositories eFlore/Applications.del

Rev

Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 459
Line 1... Line -...
1
.contenuResultat {text-align: center;}
-
 
2
.images {margin-top:5px;}
-
 
3
.images>div {float:left; margin:0 20px 10px 0px}
-
 
4
1
.contenuResultat {
-
 
2
	text-align: center;
-
 
3
}
-
 
4
 
-
 
5
.images {
-
 
6
	margin-top: 5px;
-
 
7
}
-
 
8
 
-
 
9
.images>div {
-
 
10
	float: left;
-
 
11
	margin: 0 20px 10px 0px
-
 
12
}
-
 
13
 
-
 
14
.boutonTriAsc {
-
 
15
	height: 20px;
-
 
16
	background: url(./img/fleche-haut.png) no-repeat
-
 
17
}
-
 
18
 
-
 
19
.boutonTriDesc {
-
 
20
	height: 20px;
-
 
21
	background: url(./img/fleche-bas.png) no-repeat
-
 
22
}
-
 
23
5
24