FIX Ajustement de la largeur maximale de certains élement
authorpifou <pifou@02bbb61a-6d21-0410-aba0-cb053bdfd66a>
Thu, 14 Jun 2007 13:28:31 +0000 (13:28 +0000)
committerpifou <pifou@02bbb61a-6d21-0410-aba0-cb053bdfd66a>
Thu, 14 Jun 2007 13:28:31 +0000 (13:28 +0000)
git-svn-id: svn://euphorik.ch/pompage@16 02bbb61a-6d21-0410-aba0-cb053bdfd66a

css/yopyop.css

index 94ce67e..e2d589a 100644 (file)
@@ -55,7 +55,7 @@ div.entete {
    height: 50px;\r
    color: #8DDD83;\r
    -moz-border-radius: 0px 0px 20px 20px;\r
-   min-width: 650px;\r
+   min-width: 630px;\r
 }\r
 \r
 div.entete img {\r
@@ -122,12 +122,14 @@ div.pied {
    bottom: 0px;\r
    height: 50px;\r
    width: 90%;\r
-   background-image: url(../img/collines.png)\r
+   background-image: url(../img/collines.png);\r
+   z-index: 5;\r
+   min-width: 630px;\r
 }\r
 \r
 div.contenu {\r
    padding-top: 50px;\r
-   min-width: 650px;\r
+   min-width: 630px;\r
 }\r
 \r
 table#liste {\r