aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-10-26 21:05:35 +0000
committerchrisaga <chrisaga@piwigo.org>2005-10-26 21:05:35 +0000
commit4caa3f6c84522ac6285cb74f75217ea40000682f (patch)
treef020860f2b433da7c337741b389edc1378d32e3e
parentf74420a36a66d380241c12c265d5b83f1c0e8ea4 (diff)
bug 177 fixed: for Safari (was fixed for Konqueror only)
git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--doc/ChangeLog6
-rw-r--r--template/yoga/header.tpl4
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6a169dfb8..722323105 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-26 chrisaga
+
+ * bug 177 fixed: for Safari (was fixed for Konqueror only)
+
2005-10-25 Pierrick LE GALL
* bug 183 fixed: Warning when trying to associate an image with an
@@ -37,7 +41,7 @@
* bug 177 fixed: icon tools wrong position in Safari and Konqueror
Needed a little trick to fix it. Put the trick in a fix-khtml.css
Loading in header.tpl and protected from IE, Geko and Opera,
- just in case (couldn't foud a safari css-only filter wich validate)
+ just in case (couldn't found a safari css-only filter wich validate)
* bug fixed: issue in the FORM in remote_site.tpl which prevented
HTML validation (still something to do with the TABLE).
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index d58d6c893..5bead6cfc 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -7,8 +7,8 @@
<link rel="stylesheet" type="text/css" href="template/yoga/default-layout.css">
<link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css">
<!-- the next css is used to fix khtml (Konqueror/Safari) issue
-the "extra-keyword" and "text/nonsense" prevent other browsers to load it -->
-<link rel="extra-keyword stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css">
+the "text/nonsense" prevents geko based browsers to load it -->
+<link rel="stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css">
<link rel="stylesheet" type="text/css" media="print" href="template/yoga/print.css">
<!-- AN OTHER FIX ME -->
<style type="text/css">