diff options
author | vdigital <vdigital@piwigo.org> | 2008-11-25 18:26:57 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-11-25 18:26:57 +0000 |
commit | 343a85df3cff1f0cc22cb04962466f73e63928e0 (patch) | |
tree | ed65a74e57a2a8e63f0ff96720b5f0dedc16a21c /admin/template/goto/theme/roma/theme.css | |
parent | d23fa6c579143c14599cba03a4a7e049802ad8cf (diff) |
Minor: Changes for IE6 better support (even if it is still very poor).
git-svn-id: http://piwigo.org/svn/branches/2.0@2908 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma/theme.css')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b64c6a6af..865e89283 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -22,12 +22,12 @@ padding:15px 60px 0 0; position:absolute; right:0; text-align:right; top:90px; width:550px; } html, body { min-height: 100%; } body { margin: 0; padding: 0; -background:#111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom; } +background:#111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom; } #the_page { margin: 0; padding: 0; z-index: 1; top:0px; padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } #headbranch { width: 233px; height: 240px; margin: 0; padding: 0; position:absolute; left:0px; top:0px; z-index: 0; -background:transparent url(images/top-left-bg.png) no-repeat scroll left top; } +background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top; } #theHeader { min-height:105px; margin: 0; padding: 0; background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; } h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } |