From 8abc197082cac661c7c5272ce836a81e29e6afba Mon Sep 17 00:00:00 2001 From: glondu Date: Sun, 14 May 2006 14:09:33 +0200 Subject: [PATCH] On donne des valeurs relatives plutot qu'absolues. darcs-hash:20060514120933-68412-f203b02cf50780074c9668b2f4a772df6d3567ae.gz --- wiki/static/common/pagesPersos.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }