Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev Author Line No. Line
7 linda 1
.enligne li
2
{
3
display: inline;
4
list-style-type: none;
5
}
6
 
7
 
8
 
9
.float
10
{
11
float: left;
12
width: 30%;
13
margin: 1cm 1cm 0cm 0cm;
14
text-align: center;
15
}
16
 
17
.suiv
18
{
19
position: absolute;
20
bottom: 2em;
21
right: 2em
22
}
23
.prec
24
{
25
position: absolute;
26
bottom: 2em;
27
left: 2em
28
}
29