mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Merge r9347 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@9348 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/* fix IE7 footer */
|
||||
#the_page { min-height:100%; position:relative; padding:0; margin:0; }
|
||||
#menubar { margin: 0; }
|
||||
#footer { left: 0; }
|
||||
@@ -2,4 +2,8 @@
|
||||
<!--[if lt IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie5-ie6.css">
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie7.css">
|
||||
<![endif]-->
|
||||
{/if}
|
||||
Reference in New Issue
Block a user