aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/header.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
committervdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
commit273ea4de5cddb65c475cd1fa40e94d02fd06e427 (patch)
treeb0142db20eb3859986cca579da7824de128ccac4 /template/yoga/header.tpl
parent856f707fe60d64b0e7a6a8748ed847f72284287c (diff)
Some css changes to reach CSS3 Conformity (even not official)
(New): mozilla family hacks are all in a not-ie.css (New): HTTP Upload has been moved (enhanced visibility). git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r--template/yoga/header.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index 7fd63dada..fed04fb48 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -37,6 +37,9 @@ the "text/nonsense" prevents gecko based browsers to load it -->
<!--[if gt IE 6]>
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css">
<![endif]-->
+<!--[if !IE]> <-->
+ <link rel="stylesheet" href="{pwg_root}template/{themeconf:template}/not-ie.css" type="text/css">
+<!--> <![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">