diff options
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; |