26 lines
704 B
CSS
26 lines
704 B
CSS
div.vignetteperso {
|
|
text-align: center;
|
|
height: 13em;
|
|
width: 15em;
|
|
border: 0px;
|
|
float: left;
|
|
padding: 10px;
|
|
overflow: visible;
|
|
font-size: 0.90em;
|
|
}
|
|
|
|
|
|
div.vignetteperso a {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
height:100px;
|
|
width:15em;
|
|
text-align:center;
|
|
}
|
|
|
|
/* redimentionnement proportionnel des images */
|
|
div.vignetteperso img {
|
|
max-width:100px;
|
|
max-height:100px;
|
|
margin: auto auto auto auto;
|
|
}
|