From 558a9ead45560806b1cad451783fc7104e78c416 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 5 Oct 2011 17:00:25 -0400 Subject: [PATCH] Removed PIE.htc in places where it makes IE fuck up even more than it usually does. Die, Microsoft, Die. --- webcit/static/styles/webcit.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index d32fd40ce..278b42e53 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -191,7 +191,6 @@ body { border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; - /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */ } .selectbox { @@ -206,7 +205,6 @@ body { border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; - /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */ } .tabcontent { @@ -695,7 +693,6 @@ div.auto_complete ul strong.highlight { -webkit-box-shadow: #666 0px 2px 3px; -moz-box-shadow: #666 0px 2px 3px; box-shadow: #666 0px 2px 3px; - behavior: url(/static/styles/PIE.htc); } #address_book_popup_container_div { @@ -1236,10 +1233,8 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event -webkit-box-shadow: #666 0px 2px 3px; -moz-box-shadow: #666 0px 2px 3px; box-shadow: #666 0px 2px 3px; - behavior: url(/static/styles/PIE.htc); } - /*---------- styles for the login modal box -----------*/ #loginbox_topline_container { -- 2.30.2