diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-15 09:56:15 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-15 09:56:15 +0000 |
commit | e9aa23291c04a09b5132d23b172fc893339a6b09 (patch) | |
tree | 7d0522277f5a38b552708ab76b615b55bfd2c964 /template/yoga/fix-ie5-ie6.css | |
parent | f652fc5690907b63d3d35446af95ff6e40a37fda (diff) |
- improve : protect IE7 from IE5&6 PNG fix and add a css dedicated to IE5&6 fixes
those fixes will eventually be moved into it to not bother IE7
git-svn-id: http://piwigo.org/svn/trunk@1181 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css new file mode 100644 index 000000000..4e6daf38e --- /dev/null +++ b/template/yoga/fix-ie5-ie6.css @@ -0,0 +1,2 @@ +/* $Id:$ */ +/* Issues in IE from 5 to 6 only to to be used with IE7 */ |