Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/trunk/presentations/styles/photo.css
4,12 → 4,28
list-style-type: none;
}
 
.enligne
{
float: none;
}
 
.enbloc li
{
display: block;
list-style-type: none;
}
 
.boite
{
vertical-align: text-bottom;
}
 
.float
{
float: left;
 
width: 30%;
height: 250px;
border: 1px solid black;
margin: 1cm 1cm 0cm 0cm;
text-align: center;
}
27,3 → 43,31
left: 2em
}
 
.liste_photo
{
width:100%;
float:right;
}
 
.colonne
{
display:inline;
width:100%;
list-style-type: none;
}
 
.ligne
{
float:left;
width:30%;
list-style-type: none;
}
.info
{
display:block;
}
 
.debord
{
overflow: scroll;
}