From 8bc2caa5e28fd506f030c6a30ce6a92fcb22012f Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 27 Jun 2008 20:54:28 +0000 Subject: Wrong height for leaves. git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/theme/admin/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/template') diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 4290c27fe..52745d7c6 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -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 { -- cgit v1.2.3