diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-27 20:05:50 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-27 20:05:50 +0000 |
commit | be89e41df072513012b8e32645ee54aaaa1d7ddb (patch) | |
tree | 94026fbc2f5d0408202f7b6f4e28e98ec7bfd998 /admin/template | |
parent | 2a4a005c2dacbbb953801248f23011c6d759392d (diff) |
Leaves in footer: on Stripy request.
git-svn-id: http://piwigo.org/svn/trunk@2402 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 69bfd3001..c0747d1b7 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -149,6 +149,15 @@ background:transparent url(images/bottom-left-bg.png) no-repeat fixed left botto border:0; display:block; margin: 0; padding: 0; min-width: 539px; min-height: 220px; position:absolute; left:0px; bottom:0px; z-index: 999; } +/* show it to stripy */ +#leaves { background-image: none; min-height: 0px; } +#copyright { +background:transparent url(images/bottom-left-bg.png) no-repeat scroll left bottom; +color:#777777; +margin:60px 0pt; +min-height:220px; +text-align:center; +} #content { background: #222 url(images/fillet.png) repeat-x top left; } .content { min-height: 420px; color: #ccc; |