diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-14 16:39:31 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-14 16:39:31 +0000 |
commit | e316c1ec039e5821ad2a8e29bec18cc3f6f2e936 (patch) | |
tree | 39a33facc6cbdb4603429c031c44cb1942f41c82 /template/yoga/fix-ie5-ie6.css | |
parent | f9147af63c484eba4790a8d19517357e6db26746 (diff) |
fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = false
git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 99d2b311b..59e3ccee1 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -3,11 +3,6 @@ @import "thumbnails-fix-ie5-ie6.css"; -/* fix lack of :hover behaviour for non link objects */ -BODY { - behavior:url("template-common/csshover.htc"); -} - /* to avoid vanishing objects in IE6 */ H1, #theHeader { width: 100%; /* <- useless but seems to make IE6 happy */ |