diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-28 19:41:41 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-28 19:41:41 +0000 |
commit | bae6cc17d27be8247a227ff6329865208d7edd38 (patch) | |
tree | f211ac8865f0cd2de8eedecaaa1199bc186e03bc | |
parent | e57843ac698c456c8bceeb95f592683b8b6f058f (diff) |
feature 2587: ie7 layout extended to ie6
git-svn-id: http://piwigo.org/svn/trunk@13790 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/elegant/local_head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl index 0be176629..a427c1726 100644 --- a/themes/elegant/local_head.tpl +++ b/themes/elegant/local_head.tpl @@ -3,6 +3,6 @@ {else}
{combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
{/if}
- <!--[if IE 7]>
+ <!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
<![endif]-->
|