Wrong height for leaves.

git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-06-27 20:54:28 +00:00
parent 125acb3248
commit 8bc2caa5e2

View File

@@ -147,7 +147,7 @@ padding-top: 0; min-height: 100%; position:relative;
#leaves {
background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom;
border:0; display:block; margin: 0; padding: 0; min-width: 539px;
min-height: 88px; position:absolute; left:0px; bottom:0px; z-index: 0;
min-height: 220px; position:absolute; left:0px; bottom:0px; z-index: 0;
}
#content { background: #222 url(images/fillet.png) repeat-x top left; }
.content {