mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug 177 fixed: for Safari (was fixed for Konqueror only)
git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user