diff --git a/wiki/static/common/pagesPersos.css b/wiki/static/common/pagesPersos.css index 3c373c2a..741563d2 100644 --- a/wiki/static/common/pagesPersos.css +++ b/wiki/static/common/pagesPersos.css @@ -1,11 +1,11 @@ div.vignetteperso { text-align: center; - height: 150px; - width: 100px; + height: 20em; + width: 10em; border: 0px; float: left; padding: 10px; - overflow:show; + overflow: visible; font-size: 0.65em; } @@ -22,5 +22,5 @@ div.vignetteperso a { div.vignetteperso img { width:100px; max-height:100px; - margin: auto auto; + margin: auto auto auto auto; }