On donne des valeurs relatives plutot qu'absolues.

darcs-hash:20060514120933-68412-f203b02cf50780074c9668b2f4a772df6d3567ae.gz
This commit is contained in:
glondu 2006-05-14 14:09:33 +02:00
parent 788cd88841
commit 8abc197082

View file

@ -1,11 +1,11 @@
div.vignetteperso { div.vignetteperso {
text-align: center; text-align: center;
height: 150px; height: 20em;
width: 100px; width: 10em;
border: 0px; border: 0px;
float: left; float: left;
padding: 10px; padding: 10px;
overflow:show; overflow: visible;
font-size: 0.65em; font-size: 0.65em;
} }
@ -22,5 +22,5 @@ div.vignetteperso a {
div.vignetteperso img { div.vignetteperso img {
width:100px; width:100px;
max-height:100px; max-height:100px;
margin: auto auto; margin: auto auto auto auto;
} }