diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | template/yoga/header.tpl | 4 |
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"> |