Subversion Repositories eFlore/Applications.del

Rev

Rev 1104 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
623 gduche 1
.metadonnees {
2
	width:100%;
3
}
4
 
5
.metadonnees div {
6
	float:left;
7
	padding:0 3px 0 0;
8
}
9
 
10
.famille {
11
	display:none;
12
}
13
 
14
.nomCommun {}
15
.nomCommun:before {
16
	content:"(";
17
}
18
.nomCommun:after {
19
	content:")";
20
}
21
 
22
.metaPart1 {
23
	clear:both;
24
}
25
 
26
.metaPart2 {
27
	clear:both;
28
}
29
 
30
.metaPart3 {
31
	display:none
32
}