Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 13 | Rev 16 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 linda 1
.suiv
2
{
3
position: absolute;
4
bottom: 2em;
5
right: 2em
6
}
7
.prec
8
{
9
position: absolute;
10
bottom: 2em;
11
left: 2em
12
}
13
 
9 linda 14
.liste_photo
15
{
16
    width:100%;
17
    float:right;
18
}
19
 
20
.colonne
21
{
22
    display:inline;
23
     width:100%;
24
     list-style-type: none;
25
}
26
 
27
.ligne
28
{
29
    float:left;
30
    width:30%;
31
    list-style-type: none;
13 linda 32
    vertical-align: text-bottom;
33
 
9 linda 34
}
35
.info
36
{
37
    display:block;
38
}
39
 
40
.debord
41
{
14 linda 42
overflow: auto;
13 linda 43
}
44
 
45