From: the_mgt Date: Thu, 19 May 2011 16:08:17 +0000 (+0200) Subject: One last case of wrong path to PIE.htc, this time it was missing a leading slash.. X-Git-Tag: v8.11~721 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ee6540d7e6069166054f785c4d4118048d9d32ee;p=citadel.git One last case of wrong path to PIE.htc, this time it was missing a leading slash.. IE7 404 bug is gone now! --- 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 {