From 1b8da1f403cd0caeb8b9131054a88a1dc6e7eb42 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 23 Jul 2006 21:34:56 +0000 Subject: [PATCH] fix bug with the fiche git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@612 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/openweb.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 356ed42..831def0 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -374,7 +374,10 @@ div#body { width: 600px; } -#photo { padding-left: 1em; } +#photo { + vertical-align: top; + padding-left: 1em; +} #fiche_identite div.civilite { text-align: center; -- 2.1.4