Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 543 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 543 Rev 619
Line 8... Line 8...
8
		}
8
		}
9
		.graduation {
9
		.graduation {
10
			fill:none;
10
			fill:none;
11
			stroke:#000000;
11
			stroke:#000000;
12
			stroke-width:1.5;
12
			stroke-width:1.5;
13
			stroke-dasharray:1,1;
13
			stroke-dasharray:1.5,1.5;
14
		}
14
		}
Line 15... Line 15...
15
		
15
		
16
		.ligne_grad  {
16
		.ligne_grad  {
17
			fill:none;
17
			fill:none;
Line 22... Line 22...
22
		
22
		
23
		.median {
23
		.median {
24
			fill:none;
24
			fill:none;
25
			stroke:#000000;
25
			stroke:#000000;
26
			stroke-width:1.5;
26
			stroke-width:1.5;
27
			stroke-dasharray:1,1;
27
			stroke-dasharray:1.5,1.5;
Line 28... Line 28...
28
		}
28
		}
29
		
29
		
30
		.cartouche {
30
		.cartouche {
Line 42... Line 42...
42
			font-size:13px;
42
			font-size:13px;
43
		}
43
		}
Line 44... Line 44...
44
		
44
		
45
		.min_max {
45
		.min_max {
46
			font-family:Arial;
46
			font-family:Arial;
47
			font-size:10px;
47
			font-size:11px;
Line 48... Line 48...
48
		}
48
		}
49
	
49