diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-27 20:54:28 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-27 20:54:28 +0000 |
commit | 8bc2caa5e28fd506f030c6a30ce6a92fcb22012f (patch) | |
tree | 0ff172a1f3391dd6200958d9b653417952d68fe4 /admin/template | |
parent | 125acb324894913683df6863518c918125fa4753 (diff) |
Wrong height for leaves.
git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |