One last case of wrong path to PIE.htc, this time it was missing a leading slash..
authorthe_mgt <themgt@ueberserver.de>
Thu, 19 May 2011 16:08:17 +0000 (18:08 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:46:41 +0000 (20:46 +0000)
IE7 404 bug is gone now!

webcit/static/styles/webcit.css

index 12a38795b3ffee3f932325a927e02588805d6d4d..86ddb5ced054cb908704ad6edd412ee49f58d38f 100644 (file)
@@ -369,7 +369,7 @@ a:visited { color: #70342e }
        outline-radius: 5px;
        -khtml-outline-radius: 5px;
        -moz-outline-radius: 5px;
-       behavior: url(static/styles/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
 }
 
 #customize a:active, #customize a:link, #customize a:visited {