From ee6540d7e6069166054f785c4d4118048d9d32ee Mon Sep 17 00:00:00 2001 From: the_mgt Date: Thu, 19 May 2011 18:08:17 +0200 Subject: [PATCH] One last case of wrong path to PIE.htc, this time it was missing a leading slash.. IE7 404 bug is gone now! --- webcit/static/styles/webcit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 12a38795b..86ddb5ced 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -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 { -- 2.39.2