From 9cb914591ecfbee60675b36c60c41d77729c79ab Mon Sep 17 00:00:00 2001 From: pifou Date: Thu, 14 Jun 2007 13:28:31 +0000 Subject: [PATCH] =?utf8?q?FIX=20Ajustement=20de=20la=20largeur=20maximale?= =?utf8?q?=20de=20certains=20=C3=A9lement?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://euphorik.ch/pompage@16 02bbb61a-6d21-0410-aba0-cb053bdfd66a --- css/yopyop.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/yopyop.css b/css/yopyop.css index 94ce67e..e2d589a 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -55,7 +55,7 @@ div.entete { height: 50px; color: #8DDD83; -moz-border-radius: 0px 0px 20px 20px; - min-width: 650px; + min-width: 630px; } div.entete img { @@ -122,12 +122,14 @@ div.pied { bottom: 0px; height: 50px; width: 90%; - background-image: url(../img/collines.png) + background-image: url(../img/collines.png); + z-index: 5; + min-width: 630px; } div.contenu { padding-top: 50px; - min-width: 650px; + min-width: 630px; } table#liste { -- 2.43.0